Server-side API v2

v1.0.0
Download OpenAPI spec

Servers

  • https://api.adapty.io — Máy chủ sản xuất

Authentication

Authorization

Type: apiKey · In: header

Các yêu cầu API phải được xác thực bằng secret API key của bạn trong header Authorization với giá trị Api-Key {your_secret_api_key}, ví dụ: Api-Key secret_live_.... Tìm key này trong Adapty Dashboard -> App Settings -> tab General -> phần API keys.

curl --request GET \
  --url 'https://api.adapty.io/...' \
  --header 'Authorization: Api-Key YOUR_SECRET_API_KEY'

Operations