List authorization invitations

Development contract: availability requires the invitation feature release. API-key-derived JWT only; other OAuth bearers are rejected. Machine visibility is limited to the initiating M2M client. Follow nextCursor until null. Reads never include authorizationUrl.

Requires every scope: authorization-invitations:read.

Authentication

AuthorizationBearer

JWT returned by POST /api/auth/token-exchange. Amazon and authorization invitations require API-key-derived tokens.

Query parameters

cursorstringOptional1-200 characters
cursor
limitintegerOptional1-50
limit
statusenumOptional
status
Allowed values:
externalCustomerReferencestringOptional1-200 characters
externalCustomerReference

Response

Success
invitationslist of objects
nextCursorstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
503
Service Unavailable Error