POST /api/interaction/verification/totp

POST /api/interaction/verification/totp

Responses

  • 200 application/json

    OK

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