Business Activity
Fetch business activities
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.
GET
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 activities for
Query Parameters
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
Available options:
ASC
, ASCENDING
, DES
, DESC
, DESCENDING
Response
200
application/json