v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Verification Endpoints

contact-verification/email/confirm

This endpoint is used to confirm an email verification using an OTP sent to the email address.

post/contact-verification/email/confirm

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

VerificationStatusstring

Status of the verification. Can be 'verified' or 'failed'.

Example response

{
  "VerificationStatus": "verified"
}