Skip to main content
POST
Accept Invite
An API key needs the workspaces:invites scope and acts as the account that owns it: an e-mail invite only matches if that account’s e-mail is the invited one. Same 10/min session+IP rate limit as Preview Invite.
For an e-mail invite, the accepting account’s e-mail must match the invited address (compared NFKC-normalized, case-insensitive) — otherwise WORKSPACE_INVITE_EMAIL_MISMATCH. A link invite has no such check.
Accepting is idempotent if you’re already a member: you get 200 back, not a 409 — clicking an old invite link you already used doesn’t error.

Path

string
required
The invite token.

Response

Same shape as Get Workspace — the workspace just joined.

Errors