cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/mfa/status \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "enrolled_at": "<string>" }
Get the current MFA status for the user.
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.
lk_
Successful Response
Response model for MFA status.