Changelog
Get the latest feature updates in Truv
List orders endpoint: You can now retrieve a paginated list of your orders with the new List orders endpoint (GET /v1/orders/).
The endpoint uses cursor-based pagination and supports filtering by date range, status, product, source, and more, plus full-text search across fields like order number, loan number, and applicant name. This lets you pull orders in bulk without knowing individual order IDs.
See the List orders API reference for the full request and response schema.