---
title: "List Providers"
method: GET
path: "/provider"
tags: ["Provider"]
---

# List Providers

`GET /provider`

Retrieve a list of providers

## Query parameters

- `id` string
- `organisation_id` string
- `created_at` string
- `updated_at` string
- `external_id` string
- `name` string
- `status` string
- `type` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Provider[]
  - `id` string, uuid — Provider ID
  - `organisation_id` string, uuid — Organisation ID
  - `created_at` string, timestamp with time zone — Provider creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `external_id` string, text, nullable — External ID
  - `name` string, text, nullable — Name of provider
  - `status` 'draft' | 'in-review' | 'rejected' | 'active' | 'inactive', public.provider_status — Status of provider
  - `type` 'twilio-regulatory-bundle' | 'meta-account' | 'google-account' | 'nylas' | '360dialog-whatsapp-business-account' | 'meta-business' | 'meta-waba' | 'emailbrief' | 'twilio', public.provider_type — Typ of provider

---

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