latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB

db81a447bba9

Invitations

List my invitations

Returns pending invitations addressed to the current user. Use to populate the console's invitation inbox. Session-only: API keys are tenant-scoped and cannot list user invitations.

get/account/invitations

Query parameters

pageinteger nullable
resultsinteger nullable

Response

Paged invitations for current user

pageinteger required
total_pagesinteger required
total_resultsinteger required

Example response

{
  "items": [
    {
      "id": 7261845127892140000,
      "roles": [
        "developer",
        "billing"
      ],
      "status": "pending",
      "tenant": "Acme"
    }
  ],
  "page": 1,
  "total_pages": 4,
  "total_results": 137
}