Reports Tutorials
Learn more in the Reports API documentation
Running your first report
Create your first report by creating a POST request to the reports resource.
curl
After you submit this request to create the report, we’ll process it as soon as possible. This usually happens within a second.
The response of this request will include a report ID which you can use to poll for your report.
json
Getting the results of your report
Fetch your report using the report ID from the reports resource.
curl
Once the status
is ready
, the results should be available in the response.
json