---
title: "Show Email OTP Auth Provider"
method: GET
path: "/email_otp_auth_providers/{id}"
tags: ["Email OTP Auth Providers"]
---

# Show Email OTP Auth Provider

`GET /email_otp_auth_providers/{id}`

## Path parameters

- `id` string, required

## Response `200`

Email OTP Auth Provider Response

- EmailOTPAuthProviderResponse — Response schema for single Email OTP Auth Provider
  - `data` EmailOTPAuthProvider — Email OTP Auth Provider
    - `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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `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)
