GET
/
api
/
v1
/
pre-built-tools
List pre-built tools
curl --request GET \
  --url https://prod.featherhq.com/api/v1/pre-built-tools \
  --header 'X-API-Key: <api-key>'
{
  "tools": [
    {
      "id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

List of tools retrieved successfully

The response is of type object.