{
  "email": "user@example.com",
  "country_code": "string",
  "phone_number": "string",
  "first_name": "string",
  "last_name": "string",
  "username": "string"
}
{
  "success": true,
  "action": "verify",
  "verification_id": "97984720-f763-4d02-87fa-477ea2a2587c"
}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
country_code
string
required
email
string
required
first_name
string
required
last_name
string
required
phone_number
string
required
username
string

Response

200 - application/json
action
string
success
boolean
verification_id
string