Get public info for a pending invitation by token
Invitations
Get public info for a pending invitation by token
Used by the webapp to pre-fill the sign-in form when arriving via a magic link, before the user authenticates. The raw token itself authorises this read-only lookup; the accept mutation still requires authentication. Returns 404 for tokens that are unknown, already used, or expired. Public endpoint — no authentication required.
GET
Get public info for a pending invitation by token
Path Parameters
Raw token from the magic-link URL
Example:
"a1b2c3d4e5f6a1b2c3d4e5f6"
Response
Invitation info
Example:
"colleague@example.com"
Organization ID
Organization display name
Available options:
Admin, Member Available options:
pending, accepted, revoked, expired Example:
"Jane Doe"
Related topics
Revoke an invitationAccept an organization invitationList organization invitationsAPI error codesWorkspaces & Members