org-invites

Preview Invite

One preview for both invite kinds, discriminated by kind (spec §9).

Project invites resolve first because the resolver asks an explicit question; trying the org path and catching its NotFoundError would swallow a genuine miss on the project side.

get/api/v1/invites/preview

Query parameters

tokenstring required

Response

Successful Response

kind'org' | 'project' required
emailstring required
org_namestring required
project_namestring nullable
account_existsboolean required

Whether the invited email already has an account. This is not an open account-existence oracle: preview returns it only after a valid, unexpired, unrevoked bearer invite token has already disclosed the same email.

Changes

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