Authorizations
A valid API key generated in Topsort's UI.
Query Parameters
The ID of the campaign to get the billing contact for.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \
--header 'Authorization: Bearer <token>'
{
"advertiserName": "<string>",
"brandName": "<string>",
"id": "<string>",
"invoiceTo": "<string>"
}
Endpoint to get a billing contact campaign.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \
--header 'Authorization: Bearer <token>'
{
"advertiserName": "<string>",
"brandName": "<string>",
"id": "<string>",
"invoiceTo": "<string>"
}
A valid API key generated in Topsort's UI.
The ID of the campaign to get the billing contact for.
Was this page helpful?