Connections
List all Connections
Connections
List all Connections
Returns a list of Connections
GET
/connection
Bearer*
curl --request GET \
--url https://api.nango.dev/connection \
--header 'Authorization: Bearer <token>'
{
"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"
}
]
}
Response
configsrequired
array
curl --request GET \
--url https://api.nango.dev/connection \
--header 'Authorization: Bearer <token>'
{
"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"
}
]
}