v1
latestOpenAPI 3.0.32026-07-132534113.7 KBEntitlements
Claim Entitlement
Transfers an existing StoreKit entitlement to the calling user. Used when an Apple ID's StoreKit subscription is owned by a different ZeroSettle account and needs to be moved to the current account (account migration, support flows, sandbox testing). The backend verifies the supplied JWS, revokes the entitlement from the previous owner, and grants it to user_id in a single atomic transaction.
post/iap/claim-entitlement/
Request body
Response
Claim processed
Example response
{
"status": "ok"
}