List invoices

Paginated list of invoices for the plan manager. Optional filters: participant_id, provider_id, claim_status, approval_status, invoice_number. Requires X-Plan-Manager-Id header.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Query parameters

participant_idstringOptionalformat: "uuid"
Filter by participant UUID
provider_idstringOptionalformat: "uuid"

Filter by provider UUID (pm_provider_id)

claim_statusstringOptional
Filter by claim status
approval_statusstringOptional
Filter by approval status
invoice_numberstringOptional
Filter by exact invoice number
limitintegerOptional1-100Defaults to 20
Items per page
offsetintegerOptional>=0Defaults to 0
Number of items to skip

Response

List of invoices
datalist of objects
paginationobject

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error