Billable metrics
Retrieve a billable metric
This endpoint retrieves an existing billable metric that represents a pricing component of your application. The billable metric is identified by its unique code.
GET
/
billable_metrics
/
{code}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Code of the existing billable metric.
Response
200 - application/json
Was this page helpful?