get https://{accountName}.{environment}.com.br/api/rns/report/subscriptionsByStatus
Retrieves Subscriptions' reports, filtering by status. 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]&status=1' \
--header 'Accept: application/json' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}'