Reference
List organization invitations
Lists the organization's invitations, newest first, with an optional status filter and cursor pagination.
Lists the organization's invitations, newest first, with an optional status filter and cursor pagination.
Authorization
bearerAuth invitations:readAuthorizationBearer <token>
A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: invitations:read
Query Parameters
limit?integer
Page size. Defaults to 20; the maximum is 100.
Range
1 <= value <= 100Default
20cursor?string
Opaque cursor from the previous page's next_cursor. Omit for the first page.
status?string
Filter to the given status; the schema's enum lists the values.
Value in
- "pending"
- "accepted"
- "revoked"
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "email": "string", "role": "owner", "status": "pending", "expires_at": "string", "created_at": "string" } ], "next_cursor": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}