GET
/
mfa
/
methods
List enrolled MFA factors
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/methods \
  --header 'Authorization: <api-key>'
{
  "backup_codes_remaining": 123,
  "methods": [
    {
      "id": "<string>",
      "is_primary": true,
      "method_type": "<string>",
      "verified_at": "<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

backup_codes_remaining
integer
methods
object[]