Activities API
3 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/activities/ |
List Activities Query: subject_type, subject_id, account_id, person_id, opportunity_id, types. |
POST |
/api/activities/ |
Create Activity Accepts a JSON body. |
GET |
/api/activities/stats |
Activity Stats Query: account_id, person_id, days. |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.