Skip to main content
GET
/
proxy
/
tools
/
connections
List connections
curl --request GET \
  --url https://api.kylon.io/proxy/tools/connections \
  --header 'x-api-key: <api-key>'
{
  "connections": [
    {
      "id": "<string>",
      "toolkit": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "remoteUser": "<string>",
      "label": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Can also be passed as Authorization: Bearer <token>.

Response

Successful response

connections
object[]
required