cURL
curl --request PUT \ --url https://api.veryfront.com/integrations/user-connections/{name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "tools": [ "<string>" ] } '
{ "name": "<string>", "display_name": "<string>", "icon": "<string>", "description": "<string>", "enabled": true, "connected": true, "allowed_tools": [ "<string>" ], "tools": [ { "id": "<string>", "name": "<string>", "description": "<string>", "requires_write": true } ] }
Enables or disables a user integration and updates its allowed tool list.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Updated connection config
Show child attributes