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

# GET /api/organizations/{id}

> Retrieve an organization

## `GET /api/organizations/{id}`

Retrieve an organization.

### Example

```bash theme={"system"}
curl -X GET https://api.medera.info/api/organizations/{id} \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"

```
