Get email verification
GET /api/verify_email
GET /api/verify_emailInteractive request editor loads with JavaScript.
X-API-KEY<token>
In: header
Query Parameters
token*string
The token of the request.
Length
1 <= length <= 1024Response Body
curl -X GET "$API_BASE_URL/api/verify_email?token=string"Redirect to IdP.
Invalid arguments. Error details will be provided in the response.
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'