---
title: "Get info"
method: GET
path: "/orgs/info/v1"
tags: ["/orgs"]
---

# Get info

`GET /orgs/info/v1`

Retrieves basic organization information from the authentication service. | () -> (OrgInfoResponse)

## Response `200`

Successful Response

- OrgInfoResponse
  - `id` string, required — Must be a string starting with `org_`
  - `name` string, required
  - `slug` string, nullable
  - `image_url` string, nullable
  - `has_image` boolean
  - `members_count` integer, nullable
  - `max_allowed_memberships` integer
  - `admin_delete_enabled` boolean
  - `public_metadata` object, required
  - `created_at` integer, nullable
  - `updated_at` integer, nullable

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
