v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
auth

Signs a user up.

Creates a new user.

post/signup

Request body

emailstring email
phonestring phone
channel'sms' | 'whatsapp'
passwordstring
dataobject
code_challengestring
code_challenge_method'plain' | 's256'

Response

A user already exists and is not confirmed (in which case a user object is returned). A user did not exist and is signed up. If email or phone confirmation is enabled, returns a user object. If confirmation is disabled, returns an access token and refresh token response.

OR