GET
/
tool
curl --request GET \
  --url https://api.isosceles.ai/tool \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "account_id": "b072b316-83b6-4105-85ad-9ee23918b330",
    "enabled": true,
    "id": "29a551af-6d20-47b0-8f95-7ad15ad4b69c",
    "name": "serper",
    "user_id": "59d5aad5-aedb-430f-882c-74283ea19c8e"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

The response is of type object[].