GET
/
mfa
/
admin
/
rollout
/
pilot
/
validate
Validate whether the pilot succeeded
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/rollout/pilot/validate \
  --header 'Authorization: <api-key>'
{
  "enrolled_pct": 123,
  "failure_reasons": [
    "<string>"
  ],
  "passed": true,
  "success_rate": 123
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Response

200 - application/json

OK

enrolled_pct
number
failure_reasons
string[]
passed
boolean
success_rate
number