v1

latestOpenAPI 3.0.32026-07-17485661.9 KB

List received invites

Lists the pending invites the authenticated user has received, across all spaces. Requires user authentication (JWT).

get/invites

Response

List of pending received invites

space_idstring required

ID of the space the user is invited to.

space_namestring required

Name of the space the user is invited to.

inviter_emailstring required

Email address of the user who sent the invite.

inviter_namestring required

Display name of the user who sent the invite.

role'owner' | 'admin' | 'developer' | 'viewer' required

A member's role within a space. The owner role belongs to the user who created the space; every space has exactly one owner, so owner is never accepted as an input when granting a role. On the Space schema, this is the caller's own role in the space, omitted for API-key authentication (API keys are space-scoped and carry no member identity).

created_atstring date-time required

When the invite was created.