v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Impressions Usage

Get Impressions Usage Summary

Get Impressions Usage Summary by account id

get/billing/usage/{account_id}/summary

Path parameters

account_idinteger required

The account ID of the customer

Response

Return Impression Usage Summary for account

allowanceinteger required

Total allowance purchased for the account.

end_datestring date required

Current subscription end date.

last_update_datestring date required

Last impressions usage updated date.

start_datestring date required

Current subscription start date.

usageinteger required

Usage for the account.

usage_percentagenumber required

Utilised usage percentage.

Example response

{
  "allowance": 25000000,
  "usage": 16360512,
  "usage_percentage": 65
}