Skip to main content
POST
/
v1
/
metrics:validateMetric
Validate Metric
curl --request POST \
  --url https://metrics.eu.confidence.dev/v1/metrics:validateMetric \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "errors": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

200 - application/json

OK

errors
object[]