Integrations
Update an Integration
PUT

/config

Bearer*
curl --request PUT \
  --url https://api.nango.dev/config \
  --header 'Authorization: Bearer <token>' \
  --data '{
  "oauth_client_id": "<oauth_client_id>",
  "oauth_client_secret": "<oauth_client_secret>",
  "provider": "<provider>",
  "provider_config_key": "<provider_config_key>"
}'

Body

oauth_client_idrequired
string

The ID of your OAuth app (registed with the external API).

oauth_client_secretrequired
string

The secret of your OAuth app (registed with the external API).

oauth_scopes
string

Comma separated list of scopes.

providerrequired
string

The Nango Integration Template.

provider_config_keyrequired
string

The Integration ID that you created on Nango.