GET
/
public
/
v1
/
billing-service
/
campaign-billing-contact
curl --request GET \
  --url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact
{
  "advertiserName": "<string>",
  "brandName": "<string>",
  "id": "<string>",
  "invoiceTo": "<string>"
}

Query Parameters

campaign_id
string
required

The ID of the campaign to get the billing contact for.

Response

200
application/json
Successful Response
advertiserName
string
required

The name of the agency/advertiser.

brandName
string
required

The name of the brand this agency is advertising for.

id
string
required

The ID of the billing contact.

invoiceTo
string
required

The name of the company that is responsible for the invoice.