Get a list of assignments
Returns a cursor-paginated list of capability assignments for the given customer. An assignment ties an entity to a capability with a usage limit and reset cadence.
Path parameters
The customer identifier (owner) the assignments belong to
Query parameters
Return items that come after this cursor
Return items that come before this cursor
Maximum number of items to return
Filter assignments to a specific entity ID
Filter assignments to a specific feature, by its ID. Mutually exclusive with currencyId.
Filter assignments to a specific currency, by its ID. Mutually exclusive with featureId.
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Response
A paginated list of assignment objects.