POST
Create Invite

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Body

application/json

Mint a code for a waitlist row and/or any email address.

email alone is enough — the invitee does not need to be on the waitlist. send_email defaults to true whenever an address is known. grant_billing_exempt marks the invitee's organization billing-exempt the moment they first sign in — unlimited usage, nothing charged.

waitlist_entry_id
integer | null
email
string<email> | null
ttl_days
integer
default:30
Required range: 0 <= x <= 365
send_email
boolean | null
grant_billing_exempt
boolean
default:false

Response

Successful Response

id
integer
required
code
string
required
status
string
required
email
string | null
required
waitlist_entry_id
integer | null
required
expires_at
string<date-time> | null
required
created_at
string<date-time> | null
required
grant_billing_exempt
boolean
default:false
email_sent
boolean
default:false
signup_url
string | null