OfferSearches

The OfferSearch contains generic offers relating to one or more product types customized for a specific Lead. Formerly Known As - RateTable

Get an offer search by UUID

get
/offerSearches/{uuid}

Get an offer search by UUID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
uuidstring · uuidRequired
Header parameters
Api-Versionstring · enumOptionalPossible values:
Responses
200

Success

application/json
get
/offerSearches/{uuid}

Create an `OfferSearch` of offers

post
/offerSearches

Create an OfferSearch of offers

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Api-Versionstring · enumOptionalPossible values:
Body
productTypesstring[]Optional

Product types in which the Lead is interested

uuidstring · uuidOptional

Primary UUID for a Lead

sessionUuidstring · uuidOptional

UUID used to link leads across verticals, unique per user per supply sub-account

deviceIdstring · uuidOptional

Unique identifier for the lead's device.

profileUuidstring · uuidOptional

The UUID of the profile that this lead belongs to.

Responses
post
/offerSearches

Last updated

Was this helpful?