List Providers
This is a beta endpoint. We may make backwards incompatible changes.
This endpoint retrieves all of the provider records you added from your Stedi account through either the Providers page in Stedi or the Create Provider endpoint.
This endpoint returns only the provider record; it doesn’t include information about associated enrollments. To retrieve enrollment information, use the List Enrollments endpoint.
Authorizations
A Stedi API Key for authentication.
Query Parameters
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.
Response
The response is of type object
.