Skip to main content
POST
Send email verification code

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
Example:

"user@example.com"

username
string
Example:

"johndoe"

language
string
Example:

"en"

isVerifyingEmail
boolean
Example:

true

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required