# The Organization object

> Attributes of a BloomText Organization and the endpoints that return it.

Source: https://www.bloomtext.com/developers/api/reference/organization-object/

The organization your API key belongs to.

### Attributes

- `id` (UUID, required): Stable organization UUID.

- `name` (string, required): Organization display name.

### Endpoints

| Method | Path | Endpoint |
| --- | --- | --- |
| GET | `/organization` | [Retrieve the organization](https://www.bloomtext.com/developers/api/reference/get-organization/) |

```json filename="The Organization object"
{
  "id": "6db1e3f5-9b7f-4f2b-8be1-0f1e1d7d7d8c",
  "name": "Riverside Family Clinic"
}
```
