Skip to content

Usage

For more information about the API, see the Appier Cost API.

Reporting API

Get report

1
2
3
4
5
from appier_report import Report

report = Report(access_token="your_access_token")
result = report.get_report(start_date='2023-05-27', end_date='2023-05-27')
print(result)