get https://{accountName}.{environment}.com.br/api/rns/report/subscriptionsUpdated
Retrieves a report regarding Subscriptions updated in the date interval chosen. The report will be sent by email, to the address inserted in the API's path.
Request body example
curl --location --request GET 'https://{{accountName}}.{{environment}}.com.br/api/rns/report/[email protected]&beginDate=20190101&endDate=20190701' \
--header 'Accept: application/json' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}'