---
title: "Get available sourcing providers"
method: GET
path: "/sourcing/providers"
tags: ["Sourcing"]
---

# Get available sourcing providers

`GET /sourcing/providers`

Retrieves a list of all available sourcing data providers and their connection status for the current tenant.

## Response `200`

The request has succeeded.

- SourcingProvider[]
  - `provider` 'apollo' | 'cognism' | 'zoominfo', required — The name of the sourcing provider
  - `isConnected` boolean, required — Whether the provider is properly configured and connected for this tenant

---

[API](https://skmtc.net/madkudu/apis/madapi.md) · [All operations](https://skmtc.net/madkudu/apis/madapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/madkudu/madapi/revisions/80a1ceebb4e7/schema)
