POST
/
user
/
webauthn
/
verify
curl --request POST \
  --url https://local.auth.nhost.run/v1/user/webauthn/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "credential": {},
  "nickname": "<string>"
}'
{
  "error": "invalid-request",
  "message": "The request payload is incorrect",
  "status": 400
}

Body

application/json

The body is of type object.

Response

400
application/json
The payload is invalid

The response is of type object.