Skip to main content
POST
Verify Email Verification Message

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
email
string<email>
required

Email address to send the verification code to.

otp
integer
required

One-time password sent to the email.

template_id
string
required

Identifier used to categorize or group requests for tracking or reporting.

verification_id
string
required

A unique ID used to identify your verification request.

Response

200 - application/json

Email verification completed successfully

status
boolean
message
string
result
object