Skip to main content
POST
/
api
/
v1
/
auth
/
verify-email
Verify Email
curl --request POST \
  --url https://api.example.com/api/v1/auth/verify-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{}

Body

application/json

Request body for verifying email with token.

token
string
required

Verification token

Response

Email verified successfully

The response is of type Response Verify Email Api V1 Auth Verify Email Post · object.