Server-side API v2
v1.0.0Servers
-
https://api.adapty.io— Production server
Authentication
Authorization
Type: apiKey · In: header
API requests must be authenticated by your secret API key as the Authorization
header with the value Api-Key {your_secret_api_key}, for example,
Api-Key secret_live_.... Find this key in the Adapty Dashboard ->
App Settings -> General tab -> API keys section.
curl --request GET \
--url 'https://api.adapty.io/...' \
--header 'Authorization: Api-Key YOUR_SECRET_API_KEY'