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
Path Parameters
The domain ID
Required range:
x > 0
Query Parameters
Number of items to return
Required range:
0 <= x <= 10
Number of items to skip
Required range:
x >= 0
The identity of the requests to group by
Available options:
URL
, User-Agent
, IP
Filter data items starting from a specified date in ISO 8601 format
Examples:
"2024-04-13T00:00:00+01:00"
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
Examples:
"2024-04-14T12:00:00Z"