Skip to content

Login with passkey (WebAuthn) - usernameless authentication.

POST
/api/user/login/passkey

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"assertion": null,
"remember_me": false
}

Responses

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python