Get the types of metrics for the specified organization.
cURL
curl --request GET \ --url https://api.example.com/orgs/{org_id}/analytics/metrics/types
[ { "id": "<string>", "name": "<string>", "intervals": [ "hour" ] } ]
Page number
Number of items to take
Next page token (Only used on special endpoints)
The types of metrics for the specified organization.
hour
day
week
month
year
Was this page helpful?