> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /api/providers

> List providers

## `GET /api/providers`

List providers in the tenant.

### Example

```bash theme={"system"}
curl -X GET https://api.medera.info/api/providers \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"

```
