---
title: "Get an organization"
method: GET
path: "/organizations/{organization_id}"
tags: ["organizations"]
---

# Get an organization

`GET /organizations/{organization_id}`

You can use the returned `slug` attribute to form a link to the desired Organization like so:

````
https://brandfolder.com/organizations/{slug}
````

## Query parameters

- `fields` 'asset_count' | 'cname'
- `include` string

## Response `200`

The matching organization.

- object
  - `data` Organization, required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'organizations', required — The type of the resource.
    - `attributes` OrganizationAttributes, required
      - `name` string — The name of the brandfolder.
      - `tagline` string — The tagline of the brandfolder.
      - `slug` string — The URL-friendly slug of the brandfolder.

## Other responses

- `default` — Generic error payload.

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
