Enable TOTP
Enable TOTP (Time-based One-Time Password) authentication. It requires verification code from authenticator app.
POST
/auth/totp
curl \
--request POST 'http://api.example.com/auth/totp' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"totp":"string"}'
Request examples
{
"totp": "string"
}