get https://portal..com.br/api/sent-offers/search/interactions
In Offer Management, VTEX platform and marketplaces interact with offers through a medium called interaction. The granular details of actions and micro-steps that happen within an interaction's are called logs.
This endpoint retrieves information about interactions and all logs within it. It allows filtering interactions by using the following query params: channel
, brand
, category
, scope
, result
, fromDate
, toDate
. This endpoint also counts with the following pagination query params: sort
, from
, to
.