GET
/v1/source-facts/expense-documents
List Expense Document Source Facts
List persisted expense document source facts for reconciliation by end-customer and optional external reference.
Requires API key
OpenAPI v1
Authentication
Use a HelvCore API key in the Authorization header. Keys are server-side secrets and must not be exposed to browser JavaScript.
GETHeader
Authorization: Bearer hc_...Parameters
Defaults to the end-customer bound to the API key.
Filter to one expense-document external_reference from the submitted source system.
Returns
Returns a documented JSON response on success and the standard HelvCore error envelope on failure.
200Successful response.defaultStructured error response.401invalid_auth - missing, expired, or invalid Bearer keyStable error codes
api_key_disabledDocumented HelvCore error code for this operation.api_key_expiredDocumented HelvCore error code for this operation.invalid_authDocumented HelvCore error code for this operation.invalid_requestDocumented HelvCore error code for this operation.validation_failedDocumented HelvCore error code for this operation.