This report uses our deferred download API
When a request is made to an endpoint, a file token will be returned in the response. This token can then be used to download the file from our request download endpoint. The request download endpoint will return a
202 Accepted
HTTP response while the file is being processed. When file is finished processing and ready for download, you will receive a200 OK
and a url to download the file.