Skip to main content
GET
/
advertisers
/
{advertiserID}
/
billing
Get Overview
curl --request GET \
  --url https://api.embedads.com/advertisers/{advertiserID}/billing \
  --header 'Authorization: Bearer <token>'
{
    "spent": 0,
    "paid": 0,
    "remaining": 0
}

Path Parameters

advertiserID
string
required
The ID of the advertiser.

Response

These values are estimated and typically update hourly.
spent
number
The amount of credit spent by the advertiser.
paid
number
The amount paid by the advertiser, as reported by you.
remaining
number
The amount of credit remaining for the advertiser.
{
    "spent": 0,
    "paid": 0,
    "remaining": 0
}