Skip to main content
Nango Docs home page
Search...
⌘K
Ask AI
Sign Up
nangoHQ/nango
nangoHQ/nango
Search...
Navigation
Connections
Update connection metadata
Overview & Guides
Supported APIs
SDKs & CLI
API Reference
Community
Overview
Overview
Authentication
Integrations
GET
List all integrations
GET
Get an integration
POST
Create an integration
PUT
Update an integration
DEL
Delete an integration
Connections
GET
List connections
GET
Get a connection
POST
Import a connection
POST
Set connection metadata
PATCH
Update connection metadata
DEL
Delete a connection
Syncs
GET
Get records
GET
Get records (Deprecated)
POST
Trigger sync(s)
POST
Start sync(s)
POST
Pause sync(s)
GET
Sync status
PUT
Update sync connection frequency
GET
Get Environment Variables
Actions
POST
Trigger an action
Proxy
GET
Proxy - GET requests
POST
Proxy - POST requests
PUT
Proxy - PUT requests
PATCH
Proxy - PATCH requests
DEL
Proxy - DELETE requests
On this page
Update connection metadata
Fetching connection metadata
Connections
Update connection metadata
Update custom metadata for the connection.
Update
connection metadata
Use this API endpoint to update your
custom metadata
for a
connection
.
Nango uses the request body as the new metadata (it must be a JSON object). This will take in whatever metadata and merge it with any existing metadata.
Fetching
connection metadata
To read the existing metadata of a
connection
, simply
fetch it
. Your custom metadata is included as part of the returned
connection
object.
Set connection metadata
Delete a connection
⌘I