API - GET on Custom Reports
Using Custom Reports, you can access the data from these reports via API if you want to build these reports in an external system like PowerBI for example.

Remember to create the Custom Report first!
Reports are not updated constantly, so to avoid consuming all of your API calls/min, try to call GET on the report at most 3 times per day.
Call to get report IDs:
Report call by ID:
URL Parameters
report_id(required): Report IDapitoken(required): API authentication tokeni(required): your instance
Headers
Status Codes
200
Success
The request was successful
400
Invalid request
Check the parameters sent
401
Unauthorized
Invalid or expired token
403
Forbidden
No permission to access the resource
404
Not found
Requested resource does not exist
500
Internal error
Server error, try again later
Notes
All dates must be sent in ISO 8601 format (YYYY-MM-DD)
The authentication token must be sent in all requests
Request limit: check the limit of your plan.
Last updated