---
title: "Search Providers"
method: GET
path: "/patients/v1/search_providers"
tags: ["v1"]
---

# Search Providers

`GET /patients/v1/search_providers`

Searches for referring providers that match the query parameters.  The search is case-insensitive, supports fuzzy matching, and matches against provider name and NPI. The search criteria must be an alphanumeric string, and the search is limited to the first 20 results.

## Query parameters

- `search_criteria` string, required

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- CommonExternalProvider[] — unresolved $ref

---

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