Skip to content

Begin TOTP enrollment

POST
/api/v1/auth/mfa/totp

Responses

OK

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/Auth-mfa-totp-enrollResponse.json",
  
"qr": "string",
  
"secret": "string",
  
"uri": "string"
}

Playground

Samples

Powered by VitePress OpenAPI