---
title: "Current Organisation"
method: GET
path: "/organisation"
---

# Current Organisation

`GET /organisation`

The organisation currently authenticated.

Use this endpoint to get your organisation_id.

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- Organisation
  - `id` string, required
  - `name` string, required
  - `domain` string, nullable, required

## Other responses

- `422` — Validation Error

---

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