I contacted Technical Support, take a look at their answer
Thank you for contacting Flurry Technical Support. I will be happy to answer your questions.
Iβm afraid that the raw data API is no longer available as it is phasing out. I apologize for any inconvenience.
However, as an alternative to the raw data API, we have introduced where you can load 100,000 lines of event logs from the section "Events β Event Logs" in the left navigation panel. Just download often so you donβt miss anything.
The Flurry user ID is available in the Event Logs section if you have set it for collection.
The user ID is set using this code: FlurryAgent.setUserID (String);
The Flurry user ID can be used to bind the user to your internal system. The user ID will be moved along with the user through the event logs. You must ensure that the user ID is unique to each individual user. It is strongly recommended that you request user permission before collecting any data for analytics.
Please let me know if I can help further.
source share