Analytics Export API
v1.0.0The Adapty Export Analytics API allows you to export your analytics data to CSV or JSON format, giving you the flexibility to dive deeper into your app's performance metrics, customize reports, and analyze trends over time. With this API, you can easily pull detailed analytics data, making it convenient to track, share, and refine your data insights as needed.
Servers
-
https://api-admin.adapty.io— Production server
Authentication
Authorization
Type: apiKey · In: header
You need to authenticate your API requests with your secret API key as an Authorization header.
You can find it in the App Settings. The format is Api-Key {YOUR_SECRET_API_KEY},
for example: Api-Key secret_live_....
curl --request GET \
--url 'https://api-admin.adapty.io/...' \
--header 'Authorization: Api-Key YOUR_SECRET_API_KEY' Operations
- POST Retrieve analytics data
/api/v1/client-api/metrics/analytics/ - POST Retrieve cohort data
/api/v1/client-api/metrics/cohort/ - POST Retrieve conversion data
/api/v1/client-api/metrics/conversion/ - POST Retrieve funnel data
/api/v1/client-api/metrics/funnel/ - POST Retrieve Lifetime Value (LTV) data
/api/v1/client-api/metrics/ltv/ - POST Retrieve retention data
/api/v1/client-api/metrics/retention/ - POST Retrieve placement info
/api/v1/client-api/exports/placements/