Increments the saved offsets for an incremental extract

This endpoint is used only with the incremental extracts to acknowledge a successful data retrieval. Calling the endpoint will move the last offset forward to return only newly added data on the next data retrieval. If invoked for non-incremental extracts, it returns a “Bad Request” response.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

extractionConfigIdstringRequiredformat: "uuid"
The config ID for a specific Extraction.

Response

Successfully incremented saved offsets
statusenumOptional
Indicates whether the latest offsets were incremented or no extract has been performed since the last increment.
Allowed values:

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
5XX
Server Error