PUT
/
mfa
/
methods
/
preferred
Set the preferred MFA method
curl --request PUT \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/methods/preferred \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method_type": "<string>"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Body

application/json

Method type

method_type
string
required

Response