-
total_requests— the canonical lifetime total, computed as the sum ofmonthly[].request_count. -
monthly— a per-month breakdown, sorted ascending by(year, month). Months with no recorded usage may be omitted. -
by_country— a flat per-country breakdown across all time, sorted byrequest_countdescending thencountryascending.
by_country are ISO 3166-1 alpha-2 (e.g., US, GB, IE)
Headers
string
required
API key authentication. Provide your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYYou can also omit the “Bearer” prefix:Authorization: YOUR_API_KEYResponse
string
The name of your customer account
int
The total number of requests you have made to our API
object
An aggregation of the details of your requests by year, mount, and request count
object
A list of all requests made by country