Skip to main content
GET
/
tools
/
catalog
Browse tool catalog
curl --request GET \
  --url https://api.getarbol.com/v1/tools/catalog \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Query Parameters

category
string
page
integer
default:1
pageSize
integer
default:20

Response

Tool catalog