---
title: "Get all active terminals"
method: GET
path: "/api/v1/partner/store/terminals"
tags: ["Blaze PARTNER Store - Store Info"]
---

# Get all active terminals

`GET /api/v1/partner/store/terminals`

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultTerminal
  - `values` Terminal[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `active` boolean
    - `deviceId` string
    - `name` string
    - `deviceModel` string
    - `deviceVersion` string
    - `deviceName` string
    - `appVersion` string
    - `deviceToken` string
    - `deviceType` string
    - `assignedInventoryId` string
    - `cvAccountId` string
    - `currentEmployeeId` string
    - `terminalType` 'NotAssigned' | 'WalkIn' | 'Delivery' | 'SelfCheckout' | 'Event'
    - `posTerminal` string
    - `regionId` string
    - `creditCardReader` CreditCardReader
      - `encryptionType` 'BlazeSymmetricEncryption' | 'DUKPT'
      - `secretKey` string
    - `onPremEnabled` boolean
    - `assignSafeInventory` boolean
    - `brandIds` string[]
    - `terminalLocations` TerminalLocation[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `terminalId` string
      - `employeeId` string
      - `timeCardId` string
      - `deviceId` string
      - `name` string
      - `loc` number[]
    - `checkoutType` 'Direct' | 'Fulfillment' | 'FulfillmentThreeStep'
    - `deviceDetails` DeviceDetail[]
      - `deviceId` string
      - `version` string
      - `deviceToken` string
      - `appType` 'Connect' | 'Blaze' | 'Developer' | 'StoreWidget' | 'Distribution' | 'Grow' | 'Zeus' | 'DeliveryApp' | 'POS'
      - `deviceType` 'Android' | 'iOS' | 'Desktop' | 'Web'
      - `deviceVersion` string
      - `sdkVersion` string
      - `deviceModel` string
      - `deviceName` string
      - `active` boolean
    - `quickStartAmount` number
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

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