GET
/
mfa
/
admin
/
rollout
/
reminders
Get MFA rollout reminder settings
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/rollout/reminders \
  --header 'Authorization: <api-key>'
{
  "cadence": "<string>",
  "enabled": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

cadence
string
enabled
boolean