Skip to main content
POST
Sign up with email and password

Body

application/json
email
string
required

The email to sign in with.

Example:

"johndoe@example.com"

password
string
required
verification_callback_url
string

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.

Example:

"https://example.com/handler/email-verification"

bot_challenge_token
string
bot_challenge_phase
enum<string>
Available options:
invisible,
visible
bot_challenge_unavailable
enum<string>
Available options:
true

Response

200 - application/json

Successful response

access_token
string
required
refresh_token
string
required
user_id
string
required