Sign in

Initial synchronization

documented

Perform a full synchronization to fetch all content for a space (delta updates after).

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"
Initial synchronization · Contentful · OpenIntegrations