POST

https://{tenant_id}.hanko.io

/
webauthn
/
login
/
finalize
curl --request POST \
  --url https://{tenant_id}.hanko.io/webauthn/login/finalize \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "_18q6IjW09tiM4NSbsZjocUtGx00Muv5mN6LZCelCMDD...",
  "rawId": "_18q6IjW09tiM4NSbsZjocUtGx00Muv5mN6LZCelCMDD...",
  "type": "public-key",
  "response": {
    "clientDataJson": "eyJ0eXBlIjoid2ViYXV0aG4uZ2V0IiwiY2hhbGxlbmdl...",
    "authenticatorData": "SZYN5YgOjGh0NBcPZHZgW4_krrmihjLHmVzzuoMdl2MF...",
    "signature": "MEQCIHe2RXqh6dyZw1LNXgeTTxljCV_qK2ydQjp02CiF...",
    "userHandle": "rpe_EkgaSEeZG0TwzZyZJw"
  }
}'
{
  "credential_id": "<string>",
  "user_id": "<string>"
}

Body

application/json
id
string
rawId
string
type
enum<string>
Available options:
public-key
response
object

Response

200 - application/json
credential_id
string
user_id
string