Web API
v1.0.0The Adapty Web API allows you to integrate Adapty's subscription management platform into your web applications. This API provides endpoints for retrieving paywalls, recording paywall views, and adding attribution data.
Servers
-
https://api.adapty.io— Production server
Authentication
Authorization
Type: apiKey · In: header
API requests must be authenticated by your public API key as the Authorization
header with the value Api-Key {your_public_api_key}, for example,
Api-Key public_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_PUBLIC_API_KEY'