Skip to content
Esc
navigateopen⌘Jpreview
Dashboard

Check WebAuthn email exists

Check if a WebAuthn email exists

GET/{apiBasePath}/{tenantId}/webauthn/email/exists
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 WebAuthn recipe ID
Responses
200Email existence check response
One of:
object
statusstatusOK
Success status indicator
Allowed:OK
existsboolean
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/webauthn/email/exists?email=johndoe%40gmail.com"
Response
{
  "status": "OK",
  "exists": true
}

API reference

API schema and response details