cURL
curl --request GET \ --url https://api.qonversion.io/v3/users/{user_id}/entitlements \ --header 'Authorization: Bearer <token>'
200
active_subscription
{ "data": [ { "id": "plus", "active": true, "started": 1652438020, "expires": 1654215637, "source": "stripe", "product": { "product_id": "main", "subscription": { "current_period_type": "normal", "renew_state": "will_renew" } } } ] }
Retrieves all entitlements for a user.
Use your Project Key from the Qonversion dashboard. Example: Bearer test_PV77YHL7qnGvsdmpTs7gimsxUvY-Znl2
Bearer test_PV77YHL7qnGvsdmpTs7gimsxUvY-Znl2
Qonversion User ID
Entitlements retrieved
Show child attributes