Nango integration (Developer Tools, Data). Imported from open-connector.
https://api.nango.dev/providers
/providers/{provider}
| Param | Type | Required | Description |
|---|---|---|---|
| provider | string | required | Nango provider name to retrieve. |
/integrations
/integrations/{uniqueKey}
| Param | Type | Required | Description |
|---|---|---|---|
| uniqueKey | string | required | Integration ID, also called the unique_key, to retrieve. |
| include | array | optional | Additional sensitive data to include in the response. |
/connections
| Param | Type | Required | Description |
|---|---|---|---|
| connectionId | string | optional | Exact connection ID to match. |
| search | string | optional | Search text to partially match connection IDs or end-user profiles. |
| tags | object | optional | Connection tags keyed by tag name. Nango normalizes keys to lowercase. |
| limit | integer | optional | Maximum number of connections to return. |
| page | integer | optional | Page number to retrieve. |
/connections/{connection_id}
| Param | Type | Required | Description |
|---|---|---|---|
| connection_id | string | required | Connection ID used when the connection was created. |
| provider_config_key | string | required | Integration ID used to create the connection, also called the unique key. |
| force_refresh | boolean | optional | Whether Nango should refresh the access token even if not expired. |
| refresh_token | boolean | optional | Whether to include the refresh token in the response. |
| refresh_github_app_jwt_token | boolean | optional | Whether to refresh the JWT token for GitHub App connections. |
/connections/metadata
| Param | Type | Required | Description |
|---|---|---|---|
| connection_id | string | required | One or more Nango connection IDs. |
| provider_config_key | string | required | Integration ID used to create the connection, also called the unique key. |
| metadata | object | required | Metadata object that replaces the current connection metadata. |
/connections/{connection_id}
| Param | Type | Required | Description |
|---|---|---|---|
| connection_id | string | required | Connection ID used when the connection was created. |
| provider_config_key | string | required | Integration ID used to create the connection, also called the unique key. |
| tags | object | required | Connection tags keyed by tag name. Nango normalizes keys to lowercase. |
/connections/{connection_id}
| Param | Type | Required | Description |
|---|---|---|---|
| connection_id | string | required | Connection ID used when the connection was created. |
| provider_config_key | string | required | Integration ID used to create the connection, also called the unique key. |