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

Previews which configured media billing entity matches an advertiser or account and which hierarchy level supplied it. The invoice producer does not consume this result yet.

entity
object | null
required

The entity selected by the configuration preview, or null when the org has no matching or primary entity.

resolvedVia
enum<string>
required

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

Available options:
advertiser,
account,
org,
none