Skip to main content
POST
Verify an applicant's email using a verification code.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

id
string<uuid>
required

The application ID.

Body

Request model for verifying an applicant's email verification code.

verificationCode
string
required

The email verification code sent to the applicant.

Response

Email verified successfully.

Response model for email verification.

isVerified
boolean
required

Indicates whether the email verification was successful.