Skip to main content
GET
/
api
/
v1
/
pre-built-tools
List pre-built tools
curl --request GET \
  --url https://prod.featherhq.com/api/v1/pre-built-tools \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

List of tools retrieved successfully

tools
object[]
required