Skip to content

Setup 2FA (get secret and QR URI)​

POST
/api/auth/2fa/setup

Authorizations​

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

Responses​

2FA setup data

application/json
JSON
{
  
"secret": "string",
  
"uri": "string"
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI