GET
/
public
/
v1
/
billing-service
/
billing-contacts
/
{billing-contact-id}
Get 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>"
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

billing-contact-id
string
required

The ID of the billing contact.

Minimum length: 1

Response

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.