POST
/
sources
/
execute_incremental_snapshot
Execute Incremental Snapshot
curl --request POST \
  --url https://api.streamkap.com/sources/execute_incremental_snapshot \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "source_id": "<string>",
  "topic_names": [
    "<string>"
  ]
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Excute Snapsot Body

source_id
string
required
topic_names
string[] | null

Response

Successful Response

The response is of type any.