Saltar al contenido principal
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>'
{
  "id": "<string>",
  "brandName": "<string>",
  "invoiceTo": "<string>",
  "advertiserName": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

A valid API key generated in Topsort's UI.

Parámetros de ruta

billing-contact-id
string
requerido

The ID of the billing contact.

Minimum string length: 1

Respuesta

Successful Response

id
string
requerido

The ID of the billing contact.

brandName
string
requerido

The name of the brand this agency is advertising for.

invoiceTo
string
requerido

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

advertiserName
string
requerido

The name of the agency/advertiser.