# Get an organization You can use the returned slug attribute to form a link to the desired Organization like so: https://brandfolder.com/organizations/{slug} Endpoint: GET /organizations/{organization_id} Version: v4 Security: APIToken ## Path parameters: - `organization_id` (string, required) Unique identifier for the resource instance. Example: "oqgkkd-fr5iv4-cocc75" ## Header parameters: - `Content-Type` (string, required) Enum: "application/json" - `Accept` (string, required) Enum: "application/json" - `Authorization` (string, required) Bearer token for authentication ## Query parameters: - `fields` (string) Set it to a comma-separated list (no spaces) of any of the following attributes of the organization to return as part of the organization's attributes in the response. Allowed values: - asset_count returns the organization's asset count. - cname returns the organization's Canonical Name (CNAME), or null if the organization doesn't have one. WARNING: This parameter can slow response times. Enum: "asset_count", "cname" - `include` (string) Set it to a comma-separated list (no spaces) of any of the following record names to return those records related to the organization you're fetching. Related records are returned in an included array in the response. Allowed values: - assets - brandfolders - brandguides - collections WARNING: This parameter can slow response times. Example: "collections" ## Response 200 fields (application/json): - `data` (object, required) - `data.id` (string, required) Unique identifier for the resource instance. Example: "oqgkkd-fr5iv4-cocc75" - `data.type` (string, required) The type of the resource. Enum: "organizations" - `data.attributes` (object, required) - `data.attributes.name` (string) The name of the brandfolder. Example: "Brandfolder's Organization" - `data.attributes.tagline` (string) The tagline of the brandfolder. Example: "An example tagline for the Organization" - `data.attributes.slug` (string) The URL-friendly slug of the brandfolder. Example: "brandfolder-organization"