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>"
}
]
}
List all 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>"
}
]
}
List of tools retrieved successfully
The response is of type object
.