Rekamedika Docs
Passkey

POST /passkey/verify-authentication

POST
/api/auth/passkey/verify-authentication

Verify authentication of a passkey

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

response*

Response Body

application/json

curl -X POST "https://example.com/api/auth/passkey/verify-authentication" \  -H "Content-Type: application/json" \  -d '{    "response": {      "property1": null,      "property2": null    }  }'
{  "session": {},  "user": {}}

Is this page helpful?