Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
The ID of the billing contact.
Minimum length:
1
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/billing-contacts/{billing-contact-id} \
--header 'Authorization: Bearer <token>'
{
"advertiserName": "<string>",
"brandName": "<string>",
"id": "<string>",
"invoiceTo": "<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>'
{
"advertiserName": "<string>",
"brandName": "<string>",
"id": "<string>",
"invoiceTo": "<string>"
}
A valid API key generated in Topsort's UI.
The ID of the billing contact.
1
Was this page helpful?