GET
/
api
/
v1
/
tools
curl --request GET \
  --url https://app.botmailroom.com/api/v1/tools \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Query Parameters

tool_schema_type
enum<string>

The type of tool schema to return, see here for openai and here for claude

Available options:
openai,
claude

Response

200
application/json
Successful Response

The response is of type object[].