added
New endpoints for Reports and corresponding webhook event
about 2 months ago by Tremendous Dev
We have introduced two new endpoints: POST api/v2/reports and GET api/v2/reports/{id}. These endpoints are designed to allow programmatic retrieval of your data on Tremendous.
Both endpoints facilitate the generation and retrieval of reports on Tremendous. Currently they only support generation and retrieval for digital rewards reports that are available through our dashboard.
We have also introduced corresponding webhooks REPORTS.GENERATION.SUCCEEDED
and REPORTS.GENERATION.FAILED
. These events are triggered after report creation through POST api/v2/reports
and indicate whether a report has successfully generated.