GET
/
mfa
curl --request GET \
  --url https://staging-api.getpartna.com/v4/mfa \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "data": {
    "enrolled": true
  },
  "message": "success"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Response

200 - application/json

get mfa ok

The response is of type object.