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

# Retrieve an organization

`GET /organizations/{id}`

Returns a single organization with the given ID

## Path parameters

- `id` string, required

## Response `200`

An Organization object

- Organizations — An organization can have multiple properties and users
  - `id` string, required — Organization ID
  - `name` string, required — Name of the organization
  - `website` string, uri — Website URL of the organization
  - `created_at` string, date-time — Creation date of the organization
  - `updated_at` string, date-time — Last update date of the organization
  - `industry_id` string — Identifier of industry that the organization belongs to
  - `analytics_url` string — URL to a public Redash dashboard
  - `public_api_key` string — Public API key of the organization (for consent collection on public properties)
  - `version` number — Revision number of the organization object
  - `validate_purpose_id` boolean — Enable or disable the validation of the purposes in the consent API
  - `disable_preferences_in_consents` boolean — Allow or disallow the use of preferences of the consents object in the consent API
  - `auth_enabled` boolean — Enable or disable authentication for end users
  - `auth_allow_user_creation` boolean — Enable or disable creation of an end user on authentication if it doesn't exist
  - `auth_message_priority` string[] — List the priority of message channels, from the most important to the least
  - `allow_tcf_with_custom_text` boolean — Whether the organization is allowed to publish consent notices without a standard approved text
  - `self_register` boolean — Whether the organization is created by a user (true) or via Didomi's Customer Succes team (false)
  - `organization_group_id` string — Identifier of the organization group that the organization belongs to
  - `organization_group_name` string, nullable — Name of the organization group that the organization belongs to
  - `iab_tcf_cmp_id` integer, nullable — The IAB TCF CMP ID of the organization. If available, the ID will be added to generated TCF consent strings. If not available, the ID will be set to Didomi. If an ID is provided, it must be present in the IAB TCF CMP list (https://cmplist.consensu.org/v2/cmp-list.json).
  - `allow_chat_support` boolean — Controls wether the organization should be allowed to contact support via chat

---

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