Developers
V1ApiAuthPasskeyVerify authentication

Central authentication: passkey/verify-authentication

Better Auth 1.7.3 endpoint. Phone mutations are normalized and budgeted; browser sessions use HttpOnly cookies.

POST
/api/auth/passkey/verify-authentication

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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