An optional enhanced search mode is available for faster response times and more accurate queries. To use it, pass beta=true as a query parameter in your request. This is optional — the endpoint works fully without it.
What enhanced search adds:
Faster response times
NLP-based search queries
Enhanced filter criteria
Current limitations of enhanced search:
Returns partial offer data by default (passing extended=true will return full data but reduces performance)
The following search body attributes are not yet supported in enhanced mode:
sort_by
sort_direction
Coming soon to enhanced search:
Accurately mapped subscription_status (part of a new Violet feature — for now, you can ignore this value)
Boolean indicating if this is the first page of the response
number_of_elementsinteger · int32Optional
The total number of objects in this specific response
sizeinteger · int32Optional
The page size selected at request time
numberinteger · int32Optional
The page number selected at request time
emptybooleanOptional
Boolean indicating if the response content is empty
next_page_cursorstringOptional
Contains the cursor for the next page. This property will only be used for situations where the API does not support the page number/page size paradigm and it will mutually exclusive with the size/number fields in the response. If this property is returned it must be passed when requesting the next page from the API. Does not apply to endpoints that do not have a next_page_cursor query param documented.