I just realized you might mean the Complaince - Reports tab. In that case, please see the tool created by Eddie: https://github.com/ebeuerle/compliance_report_email That is an example of downloading a report and sending it. If you want to actually post the creation of PDF reports, that uses the " https://api.redlock.io/report" API. Payload for the post object is formatted like: {"cloudType":"azure","name":"test","target":{"accounts":["**Account ID's list**"],"regions":[],"timeRange":{"type":"to_now","value":"epoch"}},"type":"HIPAA"} You can see other examples in the Chrome - Developer Tools - Network tab. Not sure why this particular API was not documented, but the UI uses it for report creation and the URL and example post objects can be pulled from there for the time being.
... View more