---
title: "Get organization details"
method: GET
path: "/beta/organization"
tags: ["Organization"]
---

# Get organization details

`GET /beta/organization`

Retrieves information about the organization associated with the provided API token

## Response `200`

The organization details

- GetOrganizationOutput
  - `data` OrganizationDetails, required
    - `id` string, required
    - `name` string, required
    - `subdomain` string, required
    - `status` string, required — values: [Active, Suspended]
    - `avatarUrl` string

## Other responses

- `400` — Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

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