Fetch business activity metrics
Generates a monthly activity summary for a specific business, including SMS and categorization metrics. This v2 endpoint supports an optional date range and returns a monthly breakdown format.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to fetch metrics for.
Query Parameters
Optional filter for the start of the activity window. Metrics will include data on or after this date. Accepts either an ISO 8601 date (YYYY-MM-DD) or date-time.
Optional filter for the end of the activity window. Metrics will include data up to and including this date. Accepts either an ISO 8601 date (YYYY-MM-DD) or date-time.
Response
Business activity summary with monthly breakdowns.