Skip to main content
POST
Verify email

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

email
string<email>
required

The email address to verify

Body

application/json
token
string
required

Verification token sent to the user's email

Response

Email successfully verified

success
boolean
Example:

true

message
string
data
object