Analytics
Get analytics
Get a paginated result for analytics based on the applied filters
get/v1/analytics
Query parameters
offsetnumber
Number of items to skip
limitnumber
Number of items to return
platformstring
Filter by platform (e.g. tiktok)
post_result_idstring[]
Filter by post result IDs. Multiple values imply OR logic.
timeframestring
Filter by timeframe: 7d, 30d, 90d, or all
Response
Paginated data set for analytics.
Example response
{
"meta": {
"next": "https://api.post-bridge.com/v1/items?offset=10&limit=10"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.