---
title: "List information about the organization"
method: GET
path: "/organization"
tags: ["Organization"]
---

# List information about the organization

`GET /organization`

This returns your organization's information. Most importantly, it returns your organization's `id` which will often be used as the owner or a member of other objects.

## Response `200`

Expected response to a valid request

- object
  - `organization` Organization, required
    - `id` string, required — The id of the organization
    - `name` string, required — The name of the organization
    - `object` string, required — String representing the object's type
    - `type` string, required — This will always be 'organization'. This is provided for cases where a organization may be in a mixed list with teammtes and/or teams.

## Other responses

- `500` — unexpected error

---

[API](https://skmtc.net/sprucehealth/apis/spruce-health-api.md) · [All operations](https://skmtc.net/sprucehealth/apis/spruce-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprucehealth/spruce-health-api/revisions/988e298cd9fd/schema)
