Skip to main content
GET
Preview Invite
An API key needs the workspaces:invites scope. Rate-limited at 10 requests per minute, keyed by session + IP together — the token is guessable in theory (32 random bytes, but still a bearer secret in the URL), so this route gets a tighter bucket than the rest of /v1/workspaces.
Any logged-in account can call this — the token itself is the credential, not workspace membership.
410 WORKSPACE_INVITE_EXPIRED means the invite existed and its time ran out — 404 WORKSPACE_INVITE_NOT_FOUND covers revoked, already accepted, and exhausted (max_uses link), because those three should read differently to whoever’s holding the link than “you’re too late.”

Path

string
required
The invite token from the URL/e-mail. Opaque, 16–128 characters.

Response

APIWorkspaceInvitePreview

Errors