Auth

GET /v1/auth/invitations

List pending invitations for the caller's workspace (owner/admin only).

unison-brain
GET /v1/auth/invitations

List pending invitations for the caller's workspace (owner/admin only).

Required scope: brain:read

Example

curl -X GET 'https://brain.unisonlabs.ai/v1/auth/invitations' \
  -H "Authorization: Bearer $UNISON_TOKEN"

Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.