{
  "verification_id": "5bcbf7ac-c998-46ce-aa6e-a0c1a3f1f5bd",
  "verification_token": "string"
}
{
  "success": true,
  "user": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  },
  "message": "Error message"
}

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
verification_id
string
required
verification_token
string
required

Response

200 - application/json
success
boolean
user
object
message
string

The error if there is one