GET
/
logs

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
id
integer

Log ID.

method
string

HTTP method used for the request.

url
string

URL of the request.

status
integer

HTTP status code returned by the request.

ip_address
string

IP address of the request.

version
string

Version of the API used for the request.

source
string

Source of the request.

query
string

Query parameters of the request.

body
string

Body of the request.

response
string

Response body of the request.

account_id
integer

ID of the log's account.

created_at
string

Date and time of log creation.

updated_at
string

Date and time of last log update.