Skip to main content
GET
/
integrations
List Integrations
curl --request GET \
  --url https://api.veryfront.com/integrations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "gmail",
      "display_name": "Gmail",
      "icon": "gmail.svg",
      "description": "Read and send emails via Gmail API",
      "auth_type": "oauth2",
      "tool_count": 3,
      "prompt_count": 2
    }
  ],
  "page_info": {
    "self": "<string>",
    "first": null,
    "next": "<string>",
    "prev": "<string>"
  },
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

version
string

Deprecated. Version is now baked into the package.

Search query to filter integrations

Example:

"email"

cursor
string

Cursor.

Example:

"gmail"

limit
number
default:20
Required range: 1 <= x <= 100
Example:

20

Response

Paginated list of integrations

data
object[]
required
page_info
object
required
total
number
required