Skip to content

Verify 2FA code and enable​

POST
/api/auth/2fa/verify

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"code": "string"
}

Responses​

2FA enabled

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI