teams

Preview Invitation

Anonymous-safe invite context for the accept page (pre sign-in).

No auth on purpose: the frontend shows the team and inviter before the user signs in. The service scrubs everything sensitive and collapses revoked/unknown/redeemed tokens into one 404.

get/invitations/{token}/preview

Path parameters

tokenstring required

Response

Successful Response

team_namestring required
member_countinteger required
role'owner' | 'admin' | 'member' required
inviterstring nullable
status'pending' | 'expired' required
expires_atstring date-time required

Changes

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