---
title: "Get organisation"
method: GET
path: "/api/v1/org"
---

# Get organisation

`GET /api/v1/org`

Get the organisation for the current apikey.

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ApiResponseOrganisationResponse
  - `r` OrganisationResponse, required — Organisation response model.
    - `apikey` string, required
    - `organisation` IOrganisation, required — Organisation model.
      - `id` string, required
      - `name` string, nullable, required
      - `created_at` integer
      - `workspaces` object, required
      - `apps_enabled` union, required
        - string[]
        - string[]
      - `credits` integer
      - `max_credits` integer
      - `credit_timestamp` integer
      - `max_size` integer, required
      - `invites` object
      - `members` object
      - `auto_topup_credits` boolean
      - `auto_topup_credits_amount` integer
      - `auto_topup_credits_threshold` integer
      - `last_auto_topup_credits_timestamp` integer
    - `plans` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
