---
title: "Get logto config"
method: GET
path: "/api/my-account/logto-configs"
tags: ["My account"]
---

# Get logto config

`GET /api/my-account/logto-configs`

Retrieve the exposed portion of the current user's logto config. This includes MFA states (enabled, skipped, skipMfaOnSignIn) and passkey sign-in binding states (skipped). Passkey is a WebAuthn MFA factor and shares the same account center field access control as MFA.

## Response `200`

The exposed logto config fields were retrieved successfully.

- object
  - `mfa` object, required
    - `enabled` boolean
    - `skipped` boolean, required
    - `skipMfaOnSignIn` boolean, required
  - `passkeySignIn` object, required
    - `skipped` boolean, required

## Other responses

- `400` — MFA is not available in the account center.
- `401` — Permission denied due to insufficient scope.
- `403` — Forbidden

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/0287c6a59eba/schema)
