v3
Get all organization providers
get/api/organization-providers/v3
Query parameters
limitinteger
Limit the number of results returned. Defaults to 100.
search_termstring
Filter to a name or a part of a name.
npistring
Filter to a specific NPI.
is_renderingboolean
Filter to only rendering providers.
is_billingboolean
Filter to only billing providers.
organization_provider_idsV2OrganizationProviderId — unresolved $ref
Filter to the provided organization provider IDs.
page_tokenstring
The page token to continue paging through a previous request.
sortV2OrganizationProviderSortOptions — unresolved $ref
Defaults to PROVIDER_NAME_ASC.
organization_idstring uuid
Filter to a specific organization's providers. If not provided, defaults to the requesting user's organization.
Headers
Authorizationstring required
OAuth authentication
Response
Response with status 200
V3OrganizationProviderPageV2 required— unresolved $ref