Grant an entitlement
Entitlements
Grant an entitlement
Manually grants an entitlement to a user. Requires Secret Key authentication.
POST
Grant an entitlement
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your Secret Key (prefixed with sk_) from the Qonversion dashboard
(Project Settings -> Project Keys -> Secret Key). Sandbox secret keys are prefixed
with test_sk_.
Never expose the secret key in client-side code.
Path Parameters
Qonversion User ID
Body
application/json
Response
Entitlement granted
Entitlement identifier
Example:
"plus"
Whether the user currently has the entitlement
Example:
true
Unix epoch seconds when entitlement was activated
Example:
1652438020
Unix epoch seconds when entitlement expires
Example:
1654215637
Purchase origin
Available options:
appstore, playstore, stripe, manual, unknown Example:
"appstore"