v1
latestOpenAPI 3.1.02026-08-042453938.9 KBIntegrations
List email opens since a unix timestamp
Return email-pixel opens with opened_at >= ts (unix seconds). drip-cli polls this endpoint with its last-sync watermark, matches incoming tokens against its local email_opens table, and updates open counts for tokens it owns. Unknown tokens are ignored. Capped at 5000 rows per call (default 1000); the cli re-polls with an advanced watermark.
get/v1/opens-since
Query parameters
tsinteger required
Unix seconds. Returns opens with opened_at >= this value.
limitinteger
Response
Default Response