Skip to content

Verify passkey authentication and log in the user

POST
/api/passkey/authentication/verify

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
}

Responses

Success - user authenticated

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python