curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/billing-contacts/{billing-contact-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"brandName": "<string>",
"invoiceTo": "<string>",
"advertiserName": "<string>"
}Endpoint to get a billing contact.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/billing-contacts/{billing-contact-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"brandName": "<string>",
"invoiceTo": "<string>",
"advertiserName": "<string>"
}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 billing contact.
1Was this page helpful?