Skip to main content
GET
/
auth
/
mfa
/
status
Get MFA status
curl --request GET \
  --url https://nimbussuite.com/api/v1/auth/mfa/status \
  --header 'Authorization: Bearer <token>'
{
  "hasMfa": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

MFA status

hasMfa
boolean