Users
Send a verification token to the user
POST
/
api
/
users
/
send_verification_token
Authorization
Body
{
"verification_id": "5bcbf7ac-c998-46ce-aa6e-a0c1a3f1f5bd"
}
{
"success": true
}
Authorizations
Authorizationheaderrequired
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
verification_idrequired
string
Response
200 - application/json
success
boolean
{
"verification_id": "5bcbf7ac-c998-46ce-aa6e-a0c1a3f1f5bd"
}
{
"success": true
}