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-time>

Start of the date range filter (inclusive, ISO 8601).

Example:

"2020-07-01T00:00:00-06:00"

end_date
string<date-time>

End of the date range filter (inclusive, ISO 8601).

Example:

"2020-07-01T00:00:00-06:00"

aggregation_type
enum<string>
required

Type of aggregation to apply to the results.

Available options:
NO_AGGREGATION,
CONNECTION,
TAG,
BILLING_GROUP
Example:

"NO_AGGREGATION"

product_breakdown
enum<string>
required

Filter results by product breakdown.

Available options:
NO_BREAKDOWN,
DID_VS_TOLL_FREE,
COUNTRY,
DID_VS_TOLL_FREE_PER_COUNTRY
Example:

"NO_BREAKDOWN"

connections
number[]

Filter results by connection.

Example:

Response

Successful

data
object