Skip to main content
POST
/
v1
/
tools
/
{tool_id}
/
enable
Enable an API tool
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/tools/{tool_id}/enable \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

tool_id
string<uuid>
required

Response

Successful Response