POST
/
mfa
/
hardware-otp
/
start
Start hardware OTP enrollment
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/hardware-otp/start \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "seed": "<string>",
  "algorithm": "<string>",
  "counter": 123,
  "digits": 123,
  "mode": "<string>",
  "period": 123,
  "serial": "<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

Token seed

seed
string
required
algorithm
string
counter
integer
digits
integer
mode
string
period
integer
serial
string

Response

204 - undefined