Get customer entitlements

View as Markdown

Returns all active entitlements for a customer across all their active subscriptions. Entitlements are deduplicated by feature — if a customer has the same feature from multiple subscriptions, the highest limit (or unlimited) is returned.

Authentication

AuthorizationBearer

Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.

Path parameters

idstringRequiredformat: "uuid"
The customer UUID.

Response

Customer entitlements
datalist of objects

Errors

401
Unauthorized Error