auth

POST /v1/auth/register — create a new account with email and password.

Returns auth tokens so the user is immediately logged in. A verification email is sent; the frontend restricts actions until verified.

post/v1/auth/register

Request body

display_namestring nullable
emailstring required
passwordstring required

Response

Registration successful

access_tokenstring required
expires_ininteger required

Access token TTL in seconds.

refresh_tokenstring required

Changes

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