Skip to main content

two_factor_required

The operation requires second-factor verification (2FA).

HTTPcodeRetryable?
403two_factor_requiredno

When it happens

Sensitive account-management operations that require 2FA.

How to resolve it

Complete the 2FA step from the dashboard. Sensitive management (creating keys, changing destinations) is dashboard-only, not available via the API.

Example

{
"type": "https://docs.skipo.com/errors/two_factor_required",
"title": "Two-factor required",
"status": 403,
"code": "two_factor_required",
"retryable": false,
"detail": "The operation requires second-factor verification (2FA)."
}

Back to the error catalog · See the error format.