GET /controls/delta

Available

Per-device incremental controls sync with an ISO cursor.

GEThttps://ctrlapp.krdcode.com/api/public/sdk/v1/controls/delta
Auth: Bearer <PUBLISHABLE_KEY>

Query

  • device_uid — required.
  • since — ISO-8601 timestamp of your last known cursor.

When anything changed since the cursor, the response contains a full fresh snapshot with snapshot: true; clients should REPLACE their local map. Tombstones for removed controls are surfaced as deleted.

Back to top