Skip to main content
GET
/
integrations
/
user-connections
List User Integration Connections
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
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User integration connections

data
object[]
required