Edit connection metadata
Edit custom metadata for the connection or connections (only overrides specified properties, not the entire metadata). If updating multiple connections pass in an array of connection ids instead of a string.
Update connection metadata
Nango uses the request body as the new metadata (it must be a JSON object). Note that this overrides specified properties, not the entire metadata. The connection_id must be passed in the body as well. Note that the connection_id can be a single string or an array of strings.
Fetching connection metadata
To read the existing metadata of a connection, simply fetch the connection. Your custom metadata is included as part of the returned connection object.
Body
The connection ID used to update the metadata on. Accepts an array of connection ids as well
The integration ID used to create the connection (aka Unique Key).
Response
The connection ID used to update the metadata on. Returns an array of connection ids if an array is passed in.
The integration ID used to create the connection (aka Unique Key).
Was this page helpful?