Skip to main content
GET
/
api
/
v2
/
external
/
mfa
/
status
Get Mfa Status
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/mfa/status \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "enrolled_at": "<string>"
}

Authorizations

Authorization
string
header
required

Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.

Response

200 - application/json

Successful Response

Response model for MFA status.

enabled
boolean
required
enrolled_at
string | null