---
title: "Get organisations"
method: GET
path: "/organisations"
tags: ["Organisations"]
---

# Get organisations

`GET /organisations`

## Response `200`

Organisation list response

- OrganisationListItem[]
  - `Organisation` Organisation
    - `id` string
    - `name` string
    - `date_created` string
    - `date_modified` string
    - `description` string
    - `type` string, nullable
    - `nationality` string
    - `sector` string
    - `created_by` string
    - `uuid` string
    - `contacts` string, nullable
    - `local` boolean
    - `restricted_to_domain` string[]
    - `landingpage` string, nullable
    - `user_count` string, nullable
    - `created_by_email` string, nullable

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

[API](https://skmtc.net/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.net/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/misp/misp-automation-api/versions/88b34ff032a1/schema)
