API Endpoints
Get Tool Endpoint
GET
Get Tool Endpoint
Endpoint
GET /v3/tools/{tool_id}
Description
Retrieves details of a specific tool by its ID.
Authentication
API Key (x-api-key
) in the header.
Request Parameters
Parameter | Type | Description |
---|---|---|
tool_id | String | The ID of the tool to fetch. |
Curl Request
Response
Returns the tool details, including configurations and settings.
Authorizations
Path Parameters
The ID of the tool to fetch.
Response
200
application/json
Tool retrieved successfully
The response is of type object
.