cURL
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
Successfully returned a list of integrations
The response is of type object.
object
Was this page helpful?