auth

Register With Invite

Register a new user account using a waitlist invite token.

No authentication is required — the invite token itself authorises the registration. The email is derived from the validated token, not from the request body.

post/api/v1/auth/register-with-invite

Request body

invite_tokenstring required
passwordstring required
first_namestring required
last_namestring required

Response

Successful Response

successboolean required
emailstring required
dev_modeboolean

Changes

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