Skip to main content
POST
User sign up

Body

application/json
email
string<email>
required

User's email address

Example:

"user@example.com"

password
string
required

User's password

Example:

"SecurePass123!"

Response

User created successfully and verification email sent

msg
string
required

Human-readable message describing the result

data
any
required

Response payload (null on error)