Skip to main content
GET
Resolve media billing entity

Authorizations

Authorization
string
header
required

API key or access token

Query Parameters

advertiserId

Resolve the media billing entity for this advertiser. Exactly one of advertiserId/childCustomerId must be provided.

childCustomerId

Resolve the media billing entity for this account (child customer). Exactly one of advertiserId/childCustomerId must be provided.

Response

Resolve media billing entity

Answers "who gets this invoice" for an advertiser or account: the resolved media billing entity and which level of the hierarchy it came from.

entity
object | null
required

The resolved media billing entity, or null when the org has no media billing entity at all (not even a primary backstop).

resolvedVia
enum<string>
required

"advertiser" (the advertiser has its own attachment), "account" (its owning account does), "org" (the org primary/backstop), or "none" (the org has no entity yet).

Available options:
advertiser,
account,
org,
none