Skip to content
Esc
navigateopen⌘Jpreview
Dashboard

Send email verification

Send email verification email

POST/{apiBasePath}/{tenantId}/user/email/verify/token
Authorization
AuthorizationBearer token · headerrequired
Returned as the "st-access-token" header from sign-in and refresh endpoints and present on requests that update the access token payload
or
sAccessTokenAPI key · cookierequired
This is an HTTPOnly cookie, set by sign-in and refresh endpoints and present on requests that update the access token
Path parameters
apiBasePathstringrequired
Its value depends on the apiBasePath set by the user
tenantIdstring
The tenant against which the request is made. If left empty, the default tenant will be used.
Header parameters
ridstring
The email verification recipe ID
anti-csrftoken
This will only be here if enabled by the user.
Responses
200Send email verification email
One of:
object
statusstring
Allowed:OKEMAIL_ALREADY_VERIFIED_ERROR
generalErrorResponse
statusstring
Error status code
Allowed:GENERAL_ERROR
messagestring
Error message
404Resource not found error
string
500Internal server error
string
Try it
Server
Authorization
Parameters
Request
curl -X POST "/auth/public/user/email/verify/token" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "status": "OK"
}

API reference

API schema and response details