POST /api/interaction/verification/totp

POST /api/interaction/verification/totp

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
POST /api/interaction/verification/totp
curl \
 -X POST https://[tenant_id].logto.app/api/interaction/verification/totp
Response examples (200)
{
  "secret": "string",
  "secretQrCode": "string"
}