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