---
title: "Get an organisation"
method: GET
path: "/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid}"
tags: ["Organisations"]
---

# Get an organisation

`GET /v1/workspaces/{workspaceUuid}/organisations/{organisationUuid}`

## Path parameters

- `workspaceUuid` string, uuid, required
- `organisationUuid` string, uuid, required

## Response `200`

The organisation

- object
  - `success` boolean
  - `data` OrganisationOrganisation
    - `uuid` string, uuid, required
    - `name` string, required
    - `website` string, required
    - `first_seen` string, date-time, required
    - `last_seen` string, date-time, required
    - `logo` string, nullable
    - `address` ValueAddress
      - `street` string, required
      - `street_number` string, nullable
      - `postal_code` string, nullable
      - `address` string, required
      - `full_address` string, required
      - `city` string, required
      - `state` string, required
      - `country` string, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
    - `founded` number, nullable
    - `size` '1-10 employees' | '11-50 employees' | '51-200 employees' | '201-500 employees' | '501-1000 employees' | '1001-5000 employees' | '5001-10,000 employees' | '10,001+ employees'
    - `industry` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `profiles` OrganisationSocialProfile[], required
      - `name` string, required
      - `handle` string, nullable
      - `url` string, nullable
    - `tags` string[], required
    - `segments` OrganisationSegment[], required
      - `uuid` string, uuid, required
      - `name` string, required
    - `total_pageviews` integer, nullable
    - `total_time_on_site` string, nullable
    - `visitor_locations` string[]

---

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