Customer usage
Retrieve current usage
Retrieve real-time customer usage data for the current open billing period.
GET
/
customers
/
{external_customer_id}
/
current_usage
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
external_customer_id
string
requiredThe customer external unique identifier (provided by your own application).
Query Parameters
external_subscription_id
string
requiredThe unique identifier of the subscription within your application.
Response
200 - application/json
customer_usage
object
requiredWas this page helpful?