---
title: "Get providers"
method: GET
path: "/v1/providers"
tags: ["Provider"]
---

# Get providers

`GET /v1/providers`

List all delivery providers configured for the organization, including their status and capabilities.

## Response `200`

OK

- OrgProviderPayload[] — Expected output when listing org providers, it will return an array of this.
  - `providerId` string, required
  - `name` string, required
  - `logo` string, nullable

## Other responses

- `422` — Unprocessable Content

---

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