Hourly organization traffic statistics

Retrieves traffic statistics for the selected organization and all child organizations, accumulated per hour. <Info> By default, this call returns statistics for the last three hours. </Info>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

org_id_or_mystringRequiredformat: "^(my)|(\d+)$"Defaults to my

Numerical ID of an organization or the string my to use the currently authorized organization.

Query parameters

start_datestringOptionalformat: "date"
Filters results to data collected on or after this timestamp. If not specified, the response includes data from the past three hours up to the current time.
end_datestringOptionalformat: "date"

Filters results to data collected before this timestamp. Must be used with start_date. If not specified, defaults to one hour after the current time.

Response

OK
dataobject or null
smsobject or null