Skip to main content
POST
Verify email address using token

Body

application/json
verify_token
string
required

One-time token received via the verification email (valid for 24 hours).

Example:

"f6e5d4c3b2a1..."

Response

Email verified

is_success
boolean
required

Always true when the action completed successfully.

Example:

true