Sign in

Continue synchronization

documented

Continue a delta sync using a sync_token (or nextSyncUrl) to fetch changes since last sync.

GET /spaces/{space_id}/syncSynchronizationno 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)

npx -y keychains@latest curl "https://cdn.contentful.com/spaces/{{$space_id}}/sync{{$query}}" \ 
  -X GET \ 
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \ 
  -H "Content-Type: application/json" \ 
  -H "Accept: application/json"