curl --request GET \
--url https://api.kameleoon.com/audiences/global \
--header 'Authorization: Bearer <token>'{
"dataCode": "89599333501501534304101214660291496129464311669540935471556471877530843827432"
}Get global statistics for all tracked segments
curl --request GET \
--url https://api.kameleoon.com/audiences/global \
--header 'Authorization: Bearer <token>'{
"dataCode": "89599333501501534304101214660291496129464311669540935471556471877530843827432"
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
OK
Hash code containing information about the data request, such as dates, goals, variations, format, filters, and so on. Use this code in the AudienceController#poll or DataController functions to obtain actual results. There are two possible formats for the code, depending on the context: 123...123 or 123...123|123...123. For example, AudienceController#global generates the latter.
"89599333501501534304101214660291496129464311669540935471556471877530843827432"
Was this page helpful?