Last updated
Was this helpful?
Alpha. This API is in active development. Endpoints, fields, and versions may change, and it is not yet recommended for production traffic. Talk to your Engine contact before building against it.
The Offer Searches API is the modern way to request personalized offers from Engine across every product vertical (personal loans, credit cards, savings, and more). It is the successor to the RateTables API, with a cleaner, versioned contract and a single consistent shape for requesting and retrieving offers.
An offer search runs in two steps:
Create a search. POST /offerSearches with the applicant and product criteria. Engine begins matching offers from the catalog and returns an OfferSearch UUID immediately.
Retrieve results. GET /offerSearches/{uuid} returns the offers as they resolve, so you can render them as soon as they are available.
Last updated
Was this helpful?
Was this helpful?