Generates a list of activities for a specific business. Activities include categorization, SMS, and other business-specific events. This endpoint is paginated, see Pagination for details.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Content-Type must be set to application/json
The UUID of the business to fetch activities for
Filter activities by start date. Activities with a start date on or after this date will be included. ISO 8601 date format.
Filter activities by end date. Activities with an end date on or before this date will be included. ISO 8601 date format.
Sort order for the activities. Defaults to ascending order
ASC
, ASCENDING
, DES
, DESC
, DESCENDING
Generates a list of activities for a specific business. Activities include categorization, SMS, and other business-specific events. This endpoint is paginated, see Pagination for details.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Content-Type must be set to application/json
The UUID of the business to fetch activities for
Filter activities by start date. Activities with a start date on or after this date will be included. ISO 8601 date format.
Filter activities by end date. Activities with an end date on or before this date will be included. ISO 8601 date format.
Sort order for the activities. Defaults to ascending order
ASC
, ASCENDING
, DES
, DESC
, DESCENDING