Authorizations
A valid API key generated in Topsort's UI.
Query Parameters
The ID of the vendor. Omit to get campaigns for all vendors.
1
Filter by the approval status of banner campaigns.
approved
, pending
, rejected
The pagination offset.
x >= 0
The pagination limit.
0 <= x <= 100
Filter by active/inactive campaigns.
Filter by external campaign ID.
Optional sort by date of campaign creation. Deprecated. Use order_by instead.
asc
, desc
Comma-separated order by clauses, e.g. 'created_at:asc,name:desc'. Supported dimensions: created_at, start_date, end_date, name, campaign_id.
Response
Successful Response
The campaigns response.