Skip to main content
POST
Accept an invitation

Authorizations

Authorization
string
header
required

User session JWT (Bearer ). Must be paired with the X-Team-ID request header on team-scoped endpoints so the server knows which team's resources to operate on.

Body

application/json
invitation_token
string
required

One-time token received via the invitation email (included in the invitation URL).

Example:

"a1b2c3d4e5f6..."

Response

Invitation accepted

is_success
boolean
required

Always true when the action completed successfully.

Example:

true