cURL
curl --request GET \ --url https://api.nango.dev/integrations/{uniqueKey} \ --header 'Authorization: Bearer <token>'
{ "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", } }
Returns a specific integration
The secret key from your Nango environment.
The integration ID (unique_key) that you created in Nango.
Include additional sensitive data
webhook
credentials
Successfully returned an integration
Show child attributes
The integration ID that you created in Nango.
The provider display name.
The Nango API Configuration.
When it was created
Last time it was updated
Absolute path to the logo of this integration (svg)
Configure your integration webhooks to point to this URL
Integration credentials schema for different authentication types.
OAUTH1
OAUTH2
TBA
1 - 255
1
255
Was this page helpful?