cURL
curl --request GET \ --url https://api.pelanor.io/v1/custom-metrics/{id} \ --header 'Authorization: Bearer <token>'
{ "created_at": "<string>", "created_by_email": "<string>", "description": "<string>", "filters": [ { "operator": "Equals", "property": { "type": "Region" }, "values": [ "<string>" ] } ], "id": "<string>", "modified_at": "<string>", "property": { "type": "Region" }, "status": "StatusUnknown", "title": "<string>" }
Get a custom metric.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object