curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact
{
"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
{
"advertiserName": "<string>",
"brandName": "<string>",
"id": "<string>",
"invoiceTo": "<string>"
}
The ID of the campaign to get the billing contact for.
Successful Response
The response is of type object
.