Skip to main content
GET
/
projects
/
{project_reference}
/
integrations
/
{name}
Get Project Integration
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/integrations/{name} \
  --header 'Authorization: Bearer <token>'
{
  "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
name
string
required

Response

Project integration card

name
string
required
display_name
string
required
icon
string
required
description
string
required
auth_type
string
required
tool_count
number
required
prompt_count
number
required
enabled_for_project
boolean
required
connected_for_project
boolean
required
scope
enum<string>
required
Available options:
project,
endUser
allowed_tools
string[] | null
required