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
Show child attributes
Successfully returned an integration
The response is of type object.
object
Was this page helpful?