Integrations
List all integrations
Returns a list of integrations
GET
/
config
curl --request GET \
--url https://api.nango.dev/config \
--header 'Authorization: Bearer <token>'
{
"configs": [
{
"unique_key": "slack-nango-community",
"provider": "slack"
},
{
"unique_key": "github-prod",
"provider": "github"
},
]
}
Response
200 - application/json
configsrequired
object[]
curl --request GET \
--url https://api.nango.dev/config \
--header 'Authorization: Bearer <token>'
{
"configs": [
{
"unique_key": "slack-nango-community",
"provider": "slack"
},
{
"unique_key": "github-prod",
"provider": "github"
},
]
}