get https://{accountName}.{environment}.com.br/api/rns/report/subscriptionsOrderByDate
Retrieves a report regarding the Subscriptions created during the date interval of orders.
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}}'