SnowPass
Generated

Verify

POST
/v1/auth/verify

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X POST "https://example.com/v1/auth/verify" \  -H "Content-Type: application/json" \  -d '{}'
{  "valid": true,  "externalUserId": "string",  "factor": "PASSKEY",  "amr": [    "string"  ],  "credentialId": "string",  "authenticatedAt": "2019-08-24T14:15:22Z"}