POST
/
sources
/
stop_incremental_snapshot
Stop Incremental Snapshot
curl --request POST \
  --url https://api.streamkap.com/sources/stop_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

Response

Successful Response

The response is of type any.