This endpoint lists all available metric IDs that can be used to fetch data in Get Metric Data
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/beta/analytics/metrics?pageLimit=0&pageKey=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": [ { … }, { … } ] }