Skip to main content
GET
Browse posts

Authorizations

x-api-key
string
header
required

API key created in Dashboard → Settings → Developer

Query Parameters

scope
enum<string>
default:company

Choose the data scope. company (default) limits results to the API key company's data. agency includes the parent agency and its linked brands. scope=agency requires a parent agency key; other keys receive 403.

Available options:
company,
agency
page
integer
default:1
limit
integer
default:25
Required range: 1 <= x <= 500
program
string[]

Narrow results by program IDs (multiple allowed)

platform
enum<string>[]

Narrow results by platforms (multiple allowed)

Available options:
tiktok,
instagram,
youtube,
facebook,
snapchat
creator
string[]

Narrow results by creator IDs (multiple allowed)

fromDate
string<date>

Include posts from this date (YYYY-MM-DD)

toDate
string<date>

Include posts through this date (YYYY-MM-DD)

Response

200 - application/json

Posts returned successfully

data
object[]
page
integer
total
integer
totalPages
integer