v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Entitlements

Retrieve entitlements

Retrieves all entitlements for a user.

get/users/{user_id}/entitlements

Path parameters

user_idstring required

Qonversion User ID

Response

Entitlements retrieved

Example response

{
  "data": [
    {
      "id": "plus",
      "active": true,
      "started": 1652438020,
      "expires": 1654215637,
      "source": "appstore",
      "product": {
        "product_id": "main",
        "subscription": {
          "current_period_type": "normal",
          "renew_state": "will_renew"
        }
      }
    }
  ]
}