POST
/
mfa
/
verify
/
smart-card
/
finish
Finish smart card login assertion
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/verify/smart-card/finish \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "certificate_pem": "<string>",
  "signature_b64": "<string>",
  "algorithm": "<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

Certificate and signature

certificate_pem
string
required
signature_b64
string
required
algorithm
string

Response

204 - undefined