cURL
curl -X GET "https://app.cotool.ai/api/clis/list" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "clis": [ { "type": "<string>", "name": "<string>", "description": "<string>", "authType": "oauth", "isAuthenticated": true, "isCotoolEnabled": true, "isUserEnabled": true, "authenticatedAs": "<string>" } ] }
Return a grouped list of CLI integrations available to the organization.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Successful response
Show child attributes
Was this page helpful?