List pending invites for the authenticated user
Returns all pending organisation invites for the user's email address. **Required scope:** `org:read`
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/invites"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98", "organisationName": "string", "role": "admin", "invitedBy": "9803bd85-1570-4d91-99f5-3a4d18ccfff0", "createdAt": "string" }]{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}Restore a table to the state it was in at a given UTC timestamp
Creates a new version of the table that matches the state at the specified point in time. This is a **destructive** operation — any changes made after the target timestamp are lost. **Required scope:** `tables:modify`
Accept an organisation invite
Accepts a pending invite, adding a membership in the inviting organisation. Purely additive (multi-org): the caller's other memberships are untouched, and the new membership does not become their default binding. **Required scope:** `org:read`