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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredCode of the existing billable metric.
Response
200 - application/json
billable_metric
object
requiredWas this page helpful?