---
title: "Get Guest Sites"
method: GET
path: "/guest/v1/sites"
tags: ["Sites"]
---

# Get Guest Sites

`GET /guest/v1/sites`

Returns a list of Guest sites in an organization.

## Response `200`

OK

- GuestSiteResponse
  - `guest_sites` GuestSiteResponseItem[], required
    - `org_id` string, uuid, required — The unique identifier of the organization to which the Guest site belongs.
    - `site_id` string, uuid, required — The unique identifier of the Guest site.
    - `site_name` string, required — The name of the Guest site.

---

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