Skip to content

List product metrics

Request

Returns the metrics for a given product

Security
bearerAuth
Path
organizationIdstringrequired

Organization ID of the member accessing the resource

Example:my-organization-id
productIdinteger, ( 0 .. 9007199254740991 ]required
curl -i -X GET \
  'https://docs.api.hook.co/_mock/v1/openapi/organizations/my-organization-id/products/{productId}/metrics' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Default Response

Bodyapplication/json
itemsArray of objects(ProductMetric)required
totalCountnumberrequired
Response
{ "items": [ {} ], "totalCount": 0 }