Skip to content

Complete Passkey authentication

POST
/v1/auth/2fa/passkey/authenticate
curl --request POST \
--url https://api.parasta.io/v1/auth/2fa/passkey/authenticate \
--header 'Content-Type: application/json' \
--data '{ "id": "example", "rawId": "example", "response": { "authenticatorData": "example", "clientDataJSON": "example", "signature": "example", "userHandle": "example" }, "type": "public-key" }'
Media type application/json
object
id
required
string
rawId
required
string
response
required
object
authenticatorData
string
clientDataJSON
string
signature
string
userHandle
string
type
required
string
Allowed values: public-key

OK

Media type application/json
object
verified
boolean
Example generated
{
"verified": true
}

Please contact your representative. 담당자에게 문의해주세요.