quickSpaces
quickSpaces

Public Invite

Unauthenticated BY DESIGN — this is what the invite landing page reads before the invitee has any session at all, and requiring a JWT here is exactly the bug it fixes (the app bounced a session-less invitee to /logout).

Gated by the signed token from the invite email and nothing else; it returns only the fields on PublicInviteResponseDTO (workspace name, inviter's display name, the role, their own address) and 404s identically for every failure. Rate-limited per IP on top of the token's unguessability so it can't be hammered.

get/api/v1/quick-spaces/public/invites/{token}

Path parameters

tokenstring required

Response

Successful Response

workspace_idstring required
workspace_namestring required
inviter_namestring required
rolestring required
emailstring required
statusstring required
continue_urlstring required
auth_modestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.