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
Exact URL path.
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
Exact IP address 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.