Generate and fetch MDR Usage Report
Generate and fetch messaging usage report synchronously. This endpoint will both generate and fetch the messaging report over a specified time period. No polling is necessary but the response may take up to a couple of minutes.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start of the date range filter (inclusive, ISO 8601).
Example:
"2020-07-01T00:00:00-06:00"
End of the date range filter (inclusive, ISO 8601).
Example:
"2020-07-01T00:00:00-06:00"
Type of aggregation to apply to the results.
Available options:
NO_AGGREGATION, PROFILE, TAGS Example:
"PROFILE"
Filter results by profile.
Example:
["My profile"]Response
Successful
JavaScript