Skip to content
Open AccessReferences / Get user entitlements

Get user entitlements

Required scope: soa-manage-entitlements

Authorization scopes

Request

POST
/get-entitlements

This endpoint requires the payload to be provided as a JWT.

The payload has the following fields:

PropertyTypeRequiredDescription
partner_idstringyesPartner ID
partner_user_idstringyesPartner User ID

Response

On success the response contains the ID of the newly created partner

  • entitlements
    array of strings

    The entitlements this user currently has

curl --request POST \
  --url https://open-access.spotify.com/api/v1/get-entitlements \
  --header 'Authorization: Bearer 1POdFZRZbvb...qqillRxMr2z'

Response sample

{  "entitlements": ["entitlement-1", "entitlement-2", "entitlement-3"]}