> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/multifactor-authentication-api-2fa-api/get-status-of-2fa.md).

# Get status of MFA

**GET** `/accounts/otp/status`

Get the current user's OTP status.

## Responses

### 200: OK

Successful operation.

```yaml
description: Successful operation.
content:
  application/json:
    schema:
      $ref: '#/components/schemas/OTPStatusResponseDTO'
```

### 401: Unauthorized

Unauthorized.

```yaml
description: Unauthorized.
```

### 403: Forbidden

Forbidden.

```yaml
description: Forbidden.
```

### 500: Internal Server Error

Internal server error.

```yaml
description: Internal server error.
content:
  application/json:
    schema:
      $ref: '#/components/schemas/InternalServerErrorDTO'
```
