POST
/
mfa
/
verify
/
smart-card
/
start
Start smart card login challenge
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/verify/smart-card/start \
  --header 'Authorization: <api-key>'
{
  "expires_in_seconds": 123,
  "nonce": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

expires_in_seconds
integer
nonce
string