Get a specific connection by ID
cURL
curl --request GET \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/connections/{connection_id} \ --header 'Authorization: Bearer <token>'
{ "credential": "<string>", "description": "<string>", "id": "<string>", "name": "<string>", "properties": {}, "scheme": "" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Connection ID
Organization ID
OK
The response is of type object.
object
Was this page helpful?