SnowPass
Generated

Auth Verify_1

POST
/p1/passkey/auth/verify

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

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