Content-Type: application/json.
Single resource
null (not omitted), so destructuring is safe.
Collection (non-paginated)
For endpoints that return a fixed-size catalog (event types, lead sources, pipeline stages):Paginated list
For list endpoints:Error
error.code are always consistent (e.g. 403 ↔ FORBIDDEN, 404 ↔ NOT_FOUND). See the full table in Errors.
Timestamps
All timestamps are ISO 8601 strings in UTC, e.g."2026-04-29T18:04:15.000Z". Parse them in your language’s standard library — they always include the Z suffix and millisecond precision.