> ## Documentation Index
> Fetch the complete documentation index at: https://docs.teamcaredental.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List

This request returns a list of organizations registered under the consulting firm.

### GET /organizations

This endpoint makes an HTTP GET request to retrieve a list of organizations from the teamcare-vendors. The response will be in JSON format and will include an array of organizations, where each organization object contains information about the data provider, data provider ID, and the total number of locations associated with the organization.

Request Body: N/A

Response Body:

```json theme={null}
{
  "organizations": [
    {
      "data_provider": "",
      "data_provider_id": "",
      "total_locations": 0
    }
  ]
}
```

`data_provider` indicates the source of the data, while `data_provider_id` is used in the location request to retrieve the associated locations under each organization.
