Skip to content
Esc
navigateopen⌘Jpreview
Dashboard

Check email exists (deprecated)

Check if an email exists Note that there is an invisible character at the end of the path, this was to avoid a conflict with the OpenAPI spec.

GET/{apiBasePath}/{tenantId}/signup/email/exists⠀⠀deprecated
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.
Query parameters
emailstringrequired
The email address to check
Header parameters
ridstring
The passwordless recipe ID
Responses
200Checks if an email exists
One of:
object
statusstatusOK
Success status indicator
Allowed:OK
existsexists
Whether the resource exists
generalErrorResponse
statusstring
Error status code
Allowed:GENERAL_ERROR
messagestring
Error message
404Resource not found error
string
500Internal server error
string
Try it
Server
Parameters
Request
curl -X GET "/auth/public/signup/email/exists⠀⠀?email=johndoe%40gmail.com"
Response
{
  "status": "OK",
  "exists": true
}

API reference

API schema and response details