← Tools Reference

Nango

Nango integration (Developer Tools, Data). Imported from open-connector.

API key9 toolshttps://api.nango.dev
GET
nango_list_providers
List provider configurations available in Nango.

/providers

GET
nango_get_provider
Retrieve a provider configuration from Nango.

/providers/{provider}

1 parameter
ParamTypeRequiredDescription
providerstringrequiredNango provider name to retrieve.
GET
nango_list_integrations
List integrations configured in the Nango environment.

/integrations

GET
nango_get_integration
Retrieve a Nango integration by unique key.

/integrations/{uniqueKey}

2 parameters
ParamTypeRequiredDescription
uniqueKeystringrequiredIntegration ID, also called the unique_key, to retrieve.
includearrayoptionalAdditional sensitive data to include in the response.
GET
nango_list_connections
List Nango connections without credentials.

/connections

5 parameters
ParamTypeRequiredDescription
connectionIdstringoptionalExact connection ID to match.
searchstringoptionalSearch text to partially match connection IDs or end-user profiles.
tagsobjectoptionalConnection tags keyed by tag name. Nango normalizes keys to lowercase.
limitintegeroptionalMaximum number of connections to return.
pageintegeroptionalPage number to retrieve.
GET
nango_get_connection
Retrieve a Nango connection and its credentials when permitted.

/connections/{connection_id}

5 parameters
ParamTypeRequiredDescription
connection_idstringrequiredConnection ID used when the connection was created.
provider_config_keystringrequiredIntegration ID used to create the connection, also called the unique key.
force_refreshbooleanoptionalWhether Nango should refresh the access token even if not expired.
refresh_tokenbooleanoptionalWhether to include the refresh token in the response.
refresh_github_app_jwt_tokenbooleanoptionalWhether to refresh the JWT token for GitHub App connections.
POST
nango_set_connection_metadata
Replace metadata for one or more Nango connections.

/connections/metadata

3 parameters
ParamTypeRequiredDescription
connection_idstringrequiredOne or more Nango connection IDs.
provider_config_keystringrequiredIntegration ID used to create the connection, also called the unique key.
metadataobjectrequiredMetadata object that replaces the current connection metadata.
PATCH
nango_patch_connection_tags
Edit tags for a Nango connection.

/connections/{connection_id}

3 parameters
ParamTypeRequiredDescription
connection_idstringrequiredConnection ID used when the connection was created.
provider_config_keystringrequiredIntegration ID used to create the connection, also called the unique key.
tagsobjectrequiredConnection tags keyed by tag name. Nango normalizes keys to lowercase.
DELETE
nango_delete_connection
Delete a Nango connection.

/connections/{connection_id}

2 parameters
ParamTypeRequiredDescription
connection_idstringrequiredConnection ID used when the connection was created.
provider_config_keystringrequiredIntegration ID used to create the connection, also called the unique key.