Skip to main content
GET
Get usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response.

events_used
required

64-bit count. Serialized as a string when it exceeds the safe integer range.

events_limit
integer
required

0 when no plan limit is known.

postbacks_used
required
postbacks_limit
integer
required
period_start
string | null
required

Billing-period start. Falls back to 30 days ago when the billing provider does not answer, in which case the counts cover that fallback window.

period_end
string | null
required
plan
string
required

unknown when the billing provider did not answer.

complete
boolean
required
api_usage
object

Requests made against this API. Omitted entirely when the metering store is briefly unreachable — it is never reported as zero, because "you made no calls" and "we could not read the counter" are different answers.