---
title: "Show X.509 Auth Provider"
method: GET
path: "/x509_auth_provider"
tags: ["X.509 Auth Providers"]
---

# Show X.509 Auth Provider

`GET /x509_auth_provider`

## Response `200`

X.509 Auth Provider Response

- X509AuthProviderResponse — Response schema for a single X.509 Auth Provider
  - `data` X509AuthProvider — X.509 Auth Provider
    - `account_id` string, uuid, required — Account ID
    - `context` 'clients_only', required — Context
    - `id` string, uuid, required — Provider ID
    - `inserted_at` string, date-time — Creation timestamp
    - `is_disabled` boolean, required — Whether provider is disabled
    - `name` string, required — Provider name
    - `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)
