cURL
curl --request POST \ --url https://api.nango.dev/connection/{connectionId}/metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Provider-Config-Key: <provider-config-key>' \ --data '{}'
This response does not have an example.
Set custom metadata for the connection.
The secret key from your Nango environment.
The integration ID used to create the connection (aka Unique Key).
The connection ID used to create the connection.
Successfully created an integrations