Check offers
Check a set of offers against our limits for a given state. Customers can pass us a list of offers, which we will run through our compliance limits. We will return a boolean for each offer indicating whether the offer passes our limits or not. If the user does not specify an ID for each offer, we will reindex them from 0.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
state
The state the borrower is in (2 chars)
offers
A list of CheckOffer objects, each uniquely identified by an id.
Response
This endpoint returns a map from strings to objects.
is_compliant
Boolean indicating whether the offer passes our limits.
apr
The annual percentage rate for the offer. Null if not compliant or not applicable.
Errors
400
Invalid Input Error
401
Unauthorized Error
401
Unauthorized Error
429
Rate Limit Error
500
Server Error