Skip to main content
GET
/
api
/
users
/
organizations
cURL
curl --request GET \
  --url https://app.cotool.ai/api/users/organizations \
  --header 'Authorization: Bearer <token>'
{
  "organizations": [
    {
      "id": "<string>",
      "name": "<string>",
      "createdAt": "2025-06-17T12:34:56.789Z",
      "updatedAt": "2025-06-17T12:34:56.789Z"
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Response

200 - application/json

Successful response

Response containing organizations and count information

organizations
object[]
required

Array of organization records

count
number
required

Total number of organizations returned