Zum Hauptinhalt springen
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

subscriptionItemId
string
erforderlich

Subscription item identifier

Abfrageparameter

status
enum<string>

Filter entitlements by status. Use this to retrieve only active entitlements or entitlements in a specific state.

Verfügbare Optionen:
active,
pending,
disabled,
expired
includeExpired
boolean
Standard:false

Include expired entitlements in the response. By default, expired entitlements are excluded.

page
integer
Standard:1

The collection page number

limit
integer
Standard:30

The number of items per page

Erforderlicher Bereich: 0 <= x <= 100

Antwort

Entitlement collection

data
object[]
meta
object