Referencia de APIPasskey
Create Passkey authenticate finish
← Back to full API reference
POST
/v1/passkey/authenticate/finishPublic- This endpoint can be called without an authenticated session.
Request details
No path, query, or body parameters were captured for this endpoint.
Default payloads
Path params
json
{}Query
json
{}Body
json
{}Sample response
json
{
"verified": true,
"user": "<user>"
}