GET
/
integrations
/
{uniqueKey}
curl --request GET \
  --url https://api.nango.dev/integrations/{uniqueKey}
{
  "data": {
    "unique_key": "slack-nango-community",
    "display_name": "Slack",
    "provider": "slack",
    "logo": "http://localhost:3003/images/template-logos/github.svg",
    "created_at": "2023-10-16T08:45:26.241Z",
    "updated_at": "2023-10-16T08:45:26.241Z",
  }
}
{
  "data": {
    "unique_key": "slack-nango-community",
    "display_name": "Slack",
    "provider": "slack",
    "logo": "http://localhost:3003/images/template-logos/github.svg",
    "created_at": "2023-10-16T08:45:26.241Z",
    "updated_at": "2023-10-16T08:45:26.241Z",
  }
}

Path Parameters

uniqueKey
string
required

The integration ID (unique_key) that you created in Nango.

Query Parameters

include
enum<string>[]

Include additional sensitive data

Available options:
webhook,
credentials

Response

200
application/json
Successfully returned an integration
data
object
required