cURL
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>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Excute Snapsot Body
Successful Response
Was this page helpful?