Integrations
List all Integrations
Integrations
List all Integrations
Returns a list of Integrations
GET
/config
Bearer*
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
configsrequired
array
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"
},
]
}