v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Activity

Create a activity

Creates a new activity.

post/v1/activities

Request body

subjectstring required
typestring
startedAtstring date-time
endedAtstring date-time
dealsstring[]
isPrivateboolean

Response

Creates a new activity.

Example response

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