SnowPass
Generated

Register Options

POST
/p1/totp/register/options

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X POST "https://example.com/p1/totp/register/options" \  -H "Content-Type: application/json" \  -d '{}'
{  "secret": "string",  "otpauthUri": "string",  "qrPngBase64": "string"}