v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-07-311565244.2 KB

Lists providers with optional filtering and pagination.

get/providers

Query parameters

pageSizenumber

The maximum number of elements to return in a page. If not specified, the default is 100.

The maximum number of elements to return in a page. If not specified, the default is 100.

pageTokenstring

The nextPageToken value from a previous response. You can use this to get the next page of results. If not set, Stedi returns the first page of results.

The nextPageToken value from a previous response. You can use this to get the next page of results. If not set, Stedi returns the first page of results.

filterstring

Filter for providers with properties matching a query string. You can provide all or part of a provider name, NPI, or tax ID. The search is case-insensitive and supports fuzzy matching.

For example, providing ?filter=OS returns providers with names containing os (such as Joseph).

Filter for providers with properties matching a query string. You can provide all or part of a provider name, NPI, or tax ID. The search is case-insensitive and supports fuzzy matching.

For example, providing ?filter=OS returns providers with names containing os (such as Joseph).

providerNpisstring[]

Filter for providers with NPIs matching any value in this list.

Filter for providers with NPIs matching any value in this list.

providerTaxIdsstring[]

Filter for providers with tax IDs matching any value in this list.

Filter for providers with tax IDs matching any value in this list.

Response

ListProviders 200 response

nextPageTokenstring

Token that you can supply in subsequent requests to retrieve the next page of results. If not returned, there are no more results.