cURL
curl --request GET \ --url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "brandName": "<string>", "invoiceTo": "<string>", "advertiserName": "<string>" }
Endpoint to get a billing contact campaign.
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 to get the billing contact for.
Successful Response
The ID of the billing contact.
The name of the brand this agency is advertising for.
The name of the company that is responsible for the invoice.
The name of the agency/advertiser.
Esta página foi útil?