List Inventory Records
BetaNOTE: This service is in-development and can only be used by select partners. Please contact Candid Health to request access.
Retrieve a list of inventory records based on the provided filters. Each inventory record provides the latest invoiceable status of the associated claim.
The response is paginated, and the page_token
can be used to retrieve subsequent pages. Initial requests should not include page_token
.
Headers
Authorization
OAuth authentication of the form <token>
.
Query parameters
since
Timestamp to filter records since, inclusive
limit
Maximum number of records to return, default is 100
page_token
Response
This endpoint returns an object.
records
List of inventory records matching the filters
next_page_token
Token for the next page of results, if available