Support
Log In
Invites

Create an organization-creation invite token

Creates a single organization-creation invite token. The token can be redeemed exactly once via POST /organizations with the X-Invite-Token header set, to create a new organization on the fly. To mint a batch (e.g. for an outreach campaign), call this endpoint once per token — the operation is independent per call so per-invite settings (boundEmail, expiresAt) can vary freely.

POST/invites

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

An organization-creation invite token. Tokens are short, case-insensitive signup codes (e.g. ABCDE-FGHJK) — they are the natural id for the resource and are returned by all reads.

Response Body

application/json

application/json

application/json

application/json