> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List all integrations

> Returns a list of integrations

<ResponseExample>
  ```json Example Response
  {
  "configs": [
    {
      "unique_key": "slack-nango-community",
      "provider": "slack"
    },
    {
      "unique_key": "github-prod",
      "provider": "github"
    },
  ]
  }
  ```
</ResponseExample>
