GET
/
logs
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Log ID.

Response

200 - application/json
account_id
integer

ID of the log's account.

body
string

Body of the request.

created_at
string

Date and time of log creation.

id
integer

Log ID.

ip_address
string

IP address of the request.

method
string

HTTP method used for the request.

query
string

Query parameters of the request.

response
string

Response body of the request.

source
string

Source of the request.

status
integer

HTTP status code returned by the request.

updated_at
string

Date and time of last log update.

url
string

URL of the request.

version
string

Version of the API used for the request.