Subsequent Sync
GET https://{{base_url}}/v3/stacks/sync?sync_token={{sync_token}}
The Subsequent Sync request is used to retrieve the updated content (i.e., published or unpublished content, or any published content that has been deleted) since the last performed complete Sync.
To use the API Request, you'll need to use the Delivery Token of the respective environment.
Read more about it in Authentication.
For more information, refer to the Subsequent Sync API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sync_token | string | Enter the sync token that you received in the response body of the previous completed Synchronization process to get the delta updates |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of your stack. | |
access_token | string | Enter the environment-specific delivery token of your stack. Check Authentication . | |
branch | string | ||
Content-Type | string |