get
https://api-dev.gettrx.com/onboard/v1/invoices
API used to retrieve a paginated list of invoices with filtering, search, and keyset pagination. IMPORTANT: - Results are always sorted by created date in descending order (newest first). - This endpoint MUST use keyset pagination. - The keyset pagination token (next_results_token) is only sent as part of the API response when there are more records to be retrieved from the backend. When there are no other records to be retrieved the next_results_token will be "null" in the API response. - The keyset pagination token (next_results_token) must be a base64 encoded version of the concatenation of key-value pairs that make up the pagination cursor (e.g. base64("cdt:timestamp|id:invoiceId"))
