cURL
curl --request GET \ --url https://api.veryfront.com/integrations/user-connections \ --header 'Authorization: Bearer <token>'
{ "data": [ { "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 } ] } ] }
Lists user integration connections and available tools.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User integration connections
Show child attributes