Connections
List connections
Returns a list of connections
GET
/
connection
Authorization
Query
curl --request GET \
--url https://api.nango.dev/connection
{
"connections": [
{
"id": 1,
"connection_id": "test-1",
"provider": "slack-nango-community",
"created": "2023-06-03T14:53:22.051Z"
},
{
"id": 2,
"connection_id": "test-2",
"provider": "slack-nango-community",
"created": "2023-06-03T15:00:14.945Z"
}
]
}
Query Parameters
connectionId
string
Filter the list of connections based on this connection ID.
Response
200 - application/json
configs
object[]
requiredcurl --request GET \
--url https://api.nango.dev/connection
{
"connections": [
{
"id": 1,
"connection_id": "test-1",
"provider": "slack-nango-community",
"created": "2023-06-03T14:53:22.051Z"
},
{
"id": 2,
"connection_id": "test-2",
"provider": "slack-nango-community",
"created": "2023-06-03T15:00:14.945Z"
}
]
}