curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"productId": "<string>",
"isActive": true
}
]
}Endpoint to get campaign products.
curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"productId": "<string>",
"isActive": true
}
]
}A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The ID of the campaign.
Filter by active/inactive products.
Successful Response
The products in the campaign.
200Show child attributes
Was this page helpful?