v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Activity

List activities

Returns activities in your organization.

get/v1/activities

Query parameters

pageinteger

Page number, starting at 1 (max 100).

limitinteger

Items per page (1 to 1000).

Response

A list of activities.

Example response

{
  "data": [
    {
      "subject": "Intro call with management",
      "type": "Meeting"
    }
  ]
}