Response
200 - application/json
Successfully returned a list of integrations
curl --request GET \
--url https://api.nango.dev/config
{
"configs": [
{
"unique_key": "slack-nango-community",
"provider": "slack"
},
{
"unique_key": "github-prod",
"provider": "github"
},
]
}
Returns a list of integrations
curl --request GET \
--url https://api.nango.dev/config
{
"configs": [
{
"unique_key": "slack-nango-community",
"provider": "slack"
},
{
"unique_key": "github-prod",
"provider": "github"
},
]
}
{
"configs": [
{
"unique_key": "slack-nango-community",
"provider": "slack"
},
{
"unique_key": "github-prod",
"provider": "github"
},
]
}
Successfully returned a list of integrations
Show child attributes