Skip to content

Verify and save a new passkey credential

POST
/api/passkey/registration/verify

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"name": "My YubiKey"
}

Responses

Success - passkey registered

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python