Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Path that a requested URL should contain.
User ID.
Permanent API token ID. Requests made with this token should be displayed.
Client ID.
HTTP method type of requests. Use upper case only. Example: * ?method=DELETE
Beginning of the requested time period (ISO 8601/RFC 3339 format, UTC.)
You can specify a date with a time separated by a space, or just a date.
Examples:
* &min_requested_at
=2021-05-05 12:00:00
* &min_requested_at
=2021-05-05
End of the requested time period (ISO 8601/RFC 3339 format, UTC.)
You can specify a date with a time separated by a space, or just a date.
Examples:
* &max_requested_at
=2021-05-05 12:00:00
* &max_requested_at
=2021-05-05
IP address or part of it from which requests are sent.
Status code returned in the response.
Specify the first numbers of a status code to get requests for a group of status codes.
To filter the activity logs by 4xx codes, use:
* &status_code
=4 -
Maximum number of items in response.
Offset relative to the beginning of activity logs.
Response
Successful.
Activity logs record ID.
ID of the user who made the request.
Permanent API token ID with which the request was made.
ID of the client who made the request.
Date and time when the request was made.
Request URL.
IP address from which the request was made.
Host from which the request was made.
Request HTTP method.
Request parameters.
Request body.
Status code that is returned in the response.
State of a requested object before and after the request.