Metrics
Create a billable metric
post/api/v1/metrics
Request body
Example request
{
"product_family_id": "pf_7n42DGM5Tflk9n8mt7Fhc7",
"product_id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
}Response
Metric created
Example response
{
"id": "bm_7n42DGM5Tflk9n8mt7Fhc7",
"product_family_id": "pf_7n42DGM5Tflk9n8mt7Fhc7",
"product_id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
}