---
title: "Returns list of free cabinets for the tenant, optionally filtered by cabinet type"
method: GET
path: "/v1/Devices/free-cabinets"
tags: ["Devices"]
---

# Returns list of free cabinets for the tenant, optionally filtered by cabinet type

`GET /v1/Devices/free-cabinets`

## Query parameters

- `tenantId` string, uuid
- `cabinetType` 0 | 1
- `Account` unknown

## Response `200`

Success

- ProvisioningCabinetResponse[]
  - `deviceId` string, uuid
  - `customerTenantId` string, uuid, nullable
  - `customerTenantName` string, nullable
  - `sbNumber` string, nullable
  - `deviceName` string, nullable
  - `state` integer, nullable
  - `verdinSN` string, nullable
  - `cabinetType` 0 | 1
  - `comment` string, nullable
  - `region` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
