API7 Docs
API7 GatewayAPI7 Enterprise Admin APIsGet email verification

Get email verification

GET /api/verify_email

GET /api/verify_email

Interactive request editor loads with JavaScript.

Authorization

X-API-KEY<token>

In: header

Query Parameters

token*string

The token of the request.

Length1 <= length <= 1024

Response Body

curl -X GET "$API_BASE_URL/api/verify_email?token=string"

Redirect to IdP.

Complete operation details and schema variants

GET /api/verify_email

Get email verification

Verify an email address using the verification token and redirect to the corresponding result page. This endpoint is typically called from links sent in verification emails.

Parameters

  • token (query, string, required): The token of the request.

Responses

  • 302: Redirect to IdP.
  • 400: Invalid arguments. Error details will be provided in the response.

cURL

curl -X GET '$API_BASE_URL/api/verify_email'