cURL
curl --request GET \ --url https://api.isosceles.ai/tool/{tool_id} \ --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" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object