Skip to main content
GET
Get Data API request traffic

Authorizations

Authorization
string
header
required

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

Query Parameters

siteCode
string
required

The Kameleoon sitecode.

from
string<date>
required

The start date of the range, in ISO 8601 date format (YYYY-MM-DD). The start date is inclusive, and the range between from and to cannot exceed 7 days.

to
string<date>
required

The end date of the range, in ISO 8601 date format (YYYY-MM-DD). The end date is inclusive, and the range between from and to cannot exceed 7 days.

Response

OK

The response groups request counts by date (YYYY-MM-DD), then HTTP method, then request path, then status code.

{key}
object