Skip to main content
POST
/
integrations
/
tools
/
list
List Integration Tools
curl --request POST \
  --url https://api.veryfront.com/integrations/tools/list \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "name": "github:list-repos",
      "description": "<string>",
      "inputSchema": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Available integration tools

tools
object[]
required