POST
/
mfa
/
totp
/
start
Start TOTP enrollment
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/totp/start \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "method_id": "<string>",
  "qr_code_url": "<string>",
  "secret": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Email for TOTP label

email
string
required

Response

OK

method_id
string
qr_code_url
string
secret
string