---
title: "Fetch current organization dashboard"
method: GET
path: "/organization/dashboard"
tags: ["Organizations"]
---

# Fetch current organization dashboard

`GET /organization/dashboard`

## Response `200`

OK

- object
  - `apple_passes_count` integer, required — The count of Apple Passes within the organization.
  - `cameras_count` integer, required — The count of cameras within the organization.
  - `users_count` integer, required — The count of users within the organization.
  - `places_count` integer, required — The count of places within the organization.
  - `locks_count` integer, required — The count of locks within the organization.
  - `groups_count` integer, required — The count of groups within the organization.
  - `members_count` integer, required — The count of members within the organization.

## Other responses

- `401` — Unauthorized

---

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