Get all provider credentialing spans

GET
/api/provider-credentialing-span/v2

Query parameters

limitintegerOptional

Maximum number of entities per page, defaults to 100.

page_tokenstringOptional
payer_uuidUUIDOptional

Filter by payer.

provider_idUUIDOptional

Filter to a particular provider. Use in conjunction as_rendering_provider and as_contracting_provider.

as_rendering_providerbooleanOptional

Filter to credentialing spans where the provider is a rendering provider. To use this filter provider_id is required.

as_contracting_providerbooleanOptional

Filter to credentialing spans where the provider is a contracting provider. To use this filter provider_id is required.

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional

Errors

Built with