Sign in

Sync (read/write)

documented

Submit batched commands to sync data and retrieve updated state.

POST /sync/v9/syncSyncno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: Todoist's Sync API v9 is deprecated; for new integrations consider using the unified Todoist API v1. See Todoist Developer documentation for details. 

npx -y keychains@latest curl "https://api.todoist.com/sync/v9/sync" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'sync_token={{$sync_token}}' \
  -d 'resource_types={{$resource_types}}'