look at the documentation for example to get tool...
# general-english
a
look at the documentation for example to get tool list run below code in python import requests auth_token = 'Your Secret Api key' # List Tools (GET /tool) response = requests.get( "https://api.vapi.ai/tool", headers={ "Authorization": f"Bearer {auth_token}" }, ) print(response.json())