Endpoint to get a billing contact.
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>"
}
The ID of the billing contact.
1
Successful Response
The response is of type object
.
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>"
}
Endpoint to get a billing contact.
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>"
}
The ID of the billing contact.
1
Successful Response
The response is of type object
.
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>"
}