---
title: "Fax Providers"
method: GET
path: "/v1/fax/providers"
tags: ["Fax Services"]
---

# Fax Providers

`GET /v1/fax/providers`

Get a list of available fax providers and their configuration status.

## Response `200`

Default Response

- object
  - `providers` object[], required
    - `name` string, required — Provider name
    - `configured` boolean, required — Whether the provider is properly configured
    - `isDefault` boolean, required — Whether this is the default provider

## Other responses

- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/ae97a9add0ba/schema)
