Create Annotation
Add an annotation to a site's analytics timeline.
Create Annotation
Creates a new annotation on the site's analytics timeline. Useful for marking deployments, campaigns, or other notable events.
Endpoint
POST /api/v1/organizations/:orgId/sites/:siteId/annotations
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
label | string | Yes | Annotation label |
occurred_at | string | Yes | Annotation date (ISO 8601) |
description | string | No | Optional longer description |
color | string | No | Optional color for the marker |