Rekamedika Docs
Passkey

POST /passkey/verify-registration

POST
/api/auth/passkey/verify-registration

Verify registration of a new passkey

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

response*unknown
name?string

Name of the passkey

Response Body

application/json

curl -X POST "https://example.com/api/auth/passkey/verify-registration" \  -H "Content-Type: application/json" \  -d '{    "response": null  }'
{}
Empty

Is this page helpful?