Skip to main content
GET
/
v1
/
tools
/
available
Get Available API Tools
curl --request GET \
  --url https://api.example.com/v1/tools/available \
  --header 'x-api-key: <x-api-key>'
{
  "status": "success",
  "tools": [
    "<string>"
  ]
}

Headers

x-api-key
string
required

Response

Successful Response

status
string | null
default:success

The status of the available tools.

tools
string[] | null

The list of available tools.