---
title: "List of TOTP devices"
method: GET
path: "/account/auth/mfa/totp"
tags: ["Auth - MFA TOTP Device"]
---

# List of TOTP devices

`GET /account/auth/mfa/totp`

List all totp devices for user account and descendant accounts.

## Query parameters

- `confirmed` boolean
- `email` string
- `fields` string
- `id` string
- `name` string
- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

List of TOTP devices retrieved successfully.

- PaginatedTOTPDeviceList
  - `count` integer — Total number of items
  - `total_pages` integer — Total number of pages
  - `page` integer — Current page number
  - `page_size` integer — Number of items per page
  - `next` string, uri, nullable — URL to the next page of results
  - `previous` string, uri, nullable — URL to the previous page of results
  - `results` TOTPDeviceList[]
    - `id` integer, required
    - `name` string, required — User's full name (alphanumeric, spaces, hyphens, dots)
    - `email` string, email, required — User's email address
    - `confirmed` boolean — Is this device ready for use?
    - `user_id` integer, required — The user that this device belongs to.

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

[API](https://skmtc.dev/azion/apis/azion-api.md) · [All operations](https://skmtc.dev/azion/apis/azion-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azion/azion-api/revisions/bb3250697218/schema)
