curl --request GET \
--url https://api.pelanor.io/v2/custom-metrics \
--header 'Authorization: Bearer <token>'{
"customMetrics": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"createdByEmail": "<string>",
"status": "NEW",
"propertyIds": [
"<string>"
]
}
]
}curl --request GET \
--url https://api.pelanor.io/v2/custom-metrics \
--header 'Authorization: Bearer <token>'{
"customMetrics": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"createdByEmail": "<string>",
"status": "NEW",
"propertyIds": [
"<string>"
]
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A successful response.
Show child attributes
Describes the status of a metric item
NEW, UPDATED, READY