Zum Hauptinhalt springen
GET
/
public
/
v1
/
billing-service
/
campaign-billing-contact
Get Campaign Billing Contact
curl --request GET \
  --url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "brandName": "<string>",
  "invoiceTo": "<string>",
  "advertiserName": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

A valid API key generated in Topsort's UI.

Abfrageparameter

campaign_id
string<uuid>
erforderlich

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

Antwort

Successful Response

id
string
erforderlich

The ID of the billing contact.

brandName
string
erforderlich

The name of the brand this agency is advertising for.

invoiceTo
string
erforderlich

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

advertiserName
string
erforderlich

The name of the agency/advertiser.