cURL
curl --request POST \ --url https://api.streamkap.com/sources \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "connector": "<string>", "config": {}, "created_from": "api" } '
{ "name": "<string>", "connector": "<string>", "id": "<string>", "connector_display_name": "<string>", "created_timestamp": "<string>", "sub_id": "<string>", "tenant_id": "<string>", "service_id": "<string>", "config": {}, "topic_ids": [ "<string>" ], "topic_map": {}, "topics": [ "<string>" ], "tasks": [ 123 ], "connector_status": "<string>", "task_statuses": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
terraform
web
api
Successful Response
Basic source connector details.
Show child attributes
Was this page helpful?