Todoist API (aka Sync API) provides support for efficient data sync between clients and Todoist. All Sync API requests share the same endpoint URL: https://todoist.com/API/v7/sync. Sync API requests should be made in HTTP POST (application/x-www-form-urlencoded). Sync API responses, including errors, will be returned in JSON.
Todoist API (aka Sync API) provides support for efficient data sync between clients and Todoist.
All Sync API requests share the same endpoint URL: https://todoist.com/API/v7/sync. Sync API requests should be made in HTTP POST (application/x-www-form-urlencoded). Sync API responses, including errors, will be returned in JSON.
Sync API supports the following features:
- Batching, reading and writing of multiple resources can be done in a single HTTP request. Batch requests help clients reduce the number of network calls needed to sync resources.
- Incremental sync, you only retrieve data that are updated since the last time you performed a sync request.