v16

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01720230.5 KB
Password

Sign up with email and password

Create a new account with email and password

post/auth/password/sign-up

Request body

emailstring required

The email to sign in with.

passwordstring required
verification_callback_urlstring

The base callback URL to construct a verification link for the verification e-mail. A query parameter code with the verification code will be appended to it. The page should then make a request to the /contact-channels/verify endpoint.

bot_challenge_tokenstring
bot_challenge_phase'invisible' | 'visible'
bot_challenge_unavailable'true'

Example request

{
  "email": "johndoe@example.com",
  "verification_callback_url": "https://example.com/handler/email-verification"
}

Response

Successful response

access_tokenstring required
refresh_tokenstring required
user_idstring required