cURL
curl -X GET "https://app.cotool.ai/api/users/organizations" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "organizations": [ { "id": "<string>", "name": "<string>", "createdAt": "2025-06-17T12:34:56.789Z", "updatedAt": "2025-06-17T12:34:56.789Z" } ], "count": 123 }
Retrieve all organizations that the current user has access to.
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
Response containing organizations and count information
Array of organization records
Show child attributes
Total number of organizations returned
Was this page helpful?