Documentation menu

Purpl Documentation

Read entitlements

Read current access aggregated across customers linked to an app account.

Aggregate linked access

Purpl returns current entitlements across Apple and Google Play customers linked to the same applicationAccountIdentifier.

Request entitlements

cURL
curl 'https://api.purpl.sh/v1/customers/user-123/entitlements' \
  --header 'Authorization: Bearer <application-api-credential>'

This endpoint requires the entitlements:read scope.

Full contract