List Invitations
Invitations
List Invitations
List pending invitations for the organization
GET
List Invitations
Returns all pending invitations for the organization, including the inviter’s details and current status. Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
invitations:read permission.
Auth
Requires a valid Bearer token with
invitations:read permission.Path Parameters
Organization identifier.
Response
Array of invitation objects.
Total number of invitations.
Errors
| Status | Code | Description |
|---|---|---|
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Insufficient permissions (invitations:read required) |
404 | NOT_FOUND | Organization not found |

