Analytics
Fetch the traffic data for a specific domain.
Deprecated. Use GET /v1/analytics/traffic instead.
get/waap/v1/domains/{domain_id}/traffic
Path parameters
domain_idinteger required
The domain ID
The domain ID
Query parameters
resolution'daily' | 'hourly' | 'minutely' required
Specifies the granularity of the result data.
Specifies the granularity of the result data.
startstring required
Filter data items starting from a specified date in ISO 8601 format
Example:2024-04-13T00:00:00+01:00
Filter data items starting from a specified date in ISO 8601 format
endstring nullable
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
Example:2024-04-14T12:00:00Z
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
Response
Successful Response