---
title: "List Email OTP Auth Providers"
method: GET
path: "/email_otp_auth_providers"
tags: ["Email OTP Auth Providers"]
---

# List Email OTP Auth Providers

`GET /email_otp_auth_providers`

## Query parameters

- `limit` integer
- `page_cursor` string
- `name` string

## Response `200`

Email OTP Auth Provider Response

- EmailOTPAuthProviderListResponse — Response schema for multiple Email OTP Auth Providers
  - `data` EmailOTPAuthProvider[] — Email OTP Auth Provider details
    - `account_id` string, uuid — Account ID
    - `client_session_lifetime_secs` integer — Client session lifetime in seconds
    - `context` 'clients_and_portal' | 'clients_only' | 'portal_only' — Context
    - `id` string, uuid, required — Provider ID
    - `inserted_at` string, date-time — Creation timestamp
    - `is_disabled` boolean — Whether provider is disabled
    - `issuer` string — Issuer
    - `name` string, required — Provider name
    - `portal_session_lifetime_secs` integer — Portal session lifetime in seconds
    - `updated_at` string, date-time — Update timestamp
  - `metadata` PaginationMetadata — Pagination metadata for paginated responses.
    - `count` integer, required — Total number of matching records
    - `limit` integer, required — Page size
    - `next_page` string, nullable, required — Cursor to fetch the next page
    - `prev_page` string, nullable, required — Cursor to fetch the previous page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

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