Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date>
required

Start date for the charges summary in ISO date format (YYYY-MM-DD)

Example:

"2025-05-01"

end_date
string<date>
required

End date for the charges summary in ISO date format (YYYY-MM-DD). The date is exclusive, data for the end_date itself is not included in the report. The interval between start_date and end_date cannot exceed 31 days.

Example:

"2025-06-01"

Response

Monthly charges summary

data
object
required