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

Path Parameters

billing-contact-id
string
required

The ID of the billing contact.

Minimum length: 1

Response

200
application/json
Successful Response

The response is of type object.