Lists providers with optional filtering and pagination. This operation supports filtering by name, NPI, or tax ID.
A Stedi API Key for authentication.
The maximum number of elements to return in a page. If not specified, the default is 100.
1 <= x <= 500
pageToken
is an opaque token returned by a previous call to this operation in the nextPageToken
. If not specified, the first page of results is returned.
1 - 1024
A filter to apply to the list of providers. Currently, name, npi, and taxId are supported. For example, name=BDQ
will return all providers with a name that contains BDQ
. The filter is case-insensitive.
ListProviders 200 response
Output containing a paginated list of providers.