List workspace invites
User
List workspace invites
Returns recent invitations for the active workspace. Results include pending, joined, and cancelled invitations. When an invitation is cancelled the associated activation link is immediately revoked, so cancelled records are informational only.
GET
List workspace invites
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter invitations by status
Available options:
invited, joined, cancelled Page number (used when size is provided)
Required range:
x >= 1Number of invitations to return per page
Required range:
1 <= x <= 100