List invoices
Paginated list of invoices for the plan manager. Optional filters: participant_id, provider_id, claim_status, approval_status, invoice_number. Paginate with limit/offset, or pass after for a stable id-ascending cursor (start with after=0, then pagination.next_cursor). 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_id
Filter by participant UUID
provider_id
Filter by provider UUID (pm_provider_id)
claim_status
Filter by claim status
approval_status
Filter by approval status
invoice_number
Filter by exact invoice number
limit
Items per page (max 1000)
offset
Number of items to skip. Cannot be combined with after.
after
Keyset cursor. Returns records after this id (or error_code for the error catalogue), ordered by that field ascending. Pass pagination.next_cursor from the previous page. Start a cursor walk with after=0. Cannot be combined with a non-zero offset.
Response
List of invoices
data
pagination
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error

