Skip to main content
GET
/
projects
/
{project_reference}
/
integrations
List Project Integrations
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/integrations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "<string>",
      "display_name": "<string>",
      "icon": "<string>",
      "description": "<string>",
      "auth_type": "<string>",
      "tool_count": 123,
      "prompt_count": 123,
      "enabled_for_project": true,
      "connected_for_project": true,
      "scope": "project",
      "allowed_tools": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_reference
string
required

Response

Project integration cards

data
object[]
required