cURL
curl --request PATCH \ --url https://api.nango.dev/integrations/{uniqueKey} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "unique_key": "<string>", "display_name": "<string>", "credentials": { "type": "OAUTH1", "client_id": "<string>", "client_secret": "<string>", "scopes": "<string>" } }'
{ "data": { "unique_key": "<string>", "display_name": "<string>", "provider": "<string>", "logo": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Edit an integration
The secret key from your Nango environment.
The integration ID (unique_key) that you created in Nango.
Successfully updated an integration
The response is of type object.
object