Skip to content
Start in Cloud

Start passkey registration

POST
/api/user/security/passkeys/register/start
curl --request POST \
--url https://hitkeep.com/api/user/security/passkeys/register/start \
--header 'Content-Type: application/json' \
--cookie hk_token=<hk_token> \
--data '{ "name": "example" }'

Creates passkey registration challenge and options.

Media type application/json
object
name
string
Example generated
{
"name": "example"
}

Passkey creation options

Media type application/json
object
publicKey
object
key
additional properties
any
Example generated
{
"publicKey": {}
}