Analytics Export API

v1.0.0
Download OpenAPI spec

The 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