Skip to content

Verify TOTP (step-up)

POST
/api/v1/auth/mfa/totp/verification

Request Body

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/Auth-mfa-totp-verifyRequest.json",
  
"code": "string",
  
"rememberDevice": true
}

Responses

No Content

Playground

Body

Samples

Powered by VitePress OpenAPI