Stats API
Get Snapshots
Retrieves time-series data for content engagement metrics within a specified date range
GET
Retrieves time-series data for content engagement metrics within a specified date range.
Request Parameters
Parameter | Type | Description | Required | Default |
---|---|---|---|---|
start_date | String | Start date in MM/DD/YYYY format | Yes | Current date - 7 days |
end_date | String | End date in MM/DD/YYYY format | Yes | Current date |
limit | Integer | Limit the number of results. Default is 4. Recommended is 20. Set to 10,000 to get all data. | No | 4 |
Request Example
Response Example
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Start date in MM/DD/YYYY format
End date in MM/DD/YYYY format
Limit the number of results. Default is 4. Recommended is 20. Set to 10,000 to get all data.
Response
200
application/json
Snapshots retrieved successfully
The response is of type object
.