POST
/
mfa
/
email
/
start
Start email OTP enrollment
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/email/start \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<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

Email address

email
string
required

Response