Skip to main content
The Task & Calendar API lets you create, update, and track tasks and calendar events associated with leads. Tasks and appointments share a unified namespace in V2 — each endpoint resolves the target by ID regardless of type. All endpoints require a valid Bearer token in the Authorization header. See Authentication for details.

Endpoints

Tasks

Calendar

Legacy (V1)

V1 endpoints are still supported but will not receive new features. Use V2 for all new integrations.
In V1, tasks and appointments use separate endpoints. V2 unifies them — a single POST /v2.0/tasks can create both types, distinguished by a type field.