POST
/
v1
/
metrics
{
  "request_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "success",
  "metric_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A request to create a new metric.

Response

201
application/json

Successful Response

A response containing the ID of the created metric.