Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

*/*

Telco data usage request data

startDate
string<date>

Start date for the usage report

Example:

"2025-02-10"

endDate
string<date>

End date for the usage report

Example:

"2025-02-10"

aggregationType
enum<string>

Type of aggregation for the report

Available options:
ALL,
BY_ORGANIZATION_MEMBER
Example:

"ALL"

managedAccounts
string[]

List of managed accounts to include in the report

Example:

Response

Successfully submitted telco data usage report

data
object

Telco data usage report response