v69

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011221331.4 MB
Governance Assignments

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.

get/api/v1-beta/customers/{id}/assignments

Path parameters

idstring required

The customer identifier (owner) the assignments belong to

Query parameters

afterstring uuid

Return items that come after this cursor

beforestring uuid

Return items that come before this cursor

limitinteger

Maximum number of items to return

entityIdstring

Filter assignments to a specific entity ID

featureIdstring

Filter assignments to a specific feature, by its ID. Mutually exclusive with currencyId.

currencyIdstring

Filter assignments to a specific currency, by its ID. Mutually exclusive with featureId.

Headers

X-ACCOUNT-IDstring

Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.

X-ENVIRONMENT-IDstring

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.