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