---
title: "Searches for printers registered to an authenticated user."
method: GET
path: "/v1/Printers"
tags: ["Printers"]
---

# Searches for printers registered to an authenticated user.

`GET /v1/Printers`

Search for printers using authenticated user information.

## Response `200`

Printer search was successful.

- PrinterModel[]
  - `id` string, uuid
  - `name` string, nullable
  - `isReady` boolean
  - `type` PrinterModelType
    - `type` 'Unknown' | 'Nemonic' | 'NemonicLabel' | 'NemonicMini'
  - `cartridge` PrinterCartridge
    - `type` 'None' | 'StickyWhite' | 'StickyYellow' | 'StickyGreen' | 'StickyBlue' | 'StickyReserved' | 'LabelReserved6' | 'Label4Inch' | 'StickyPink' | 'LabelReserved5' | 'LabelReserved7' | 'Label3Inch' | 'LabelReserved8' | 'Label2Inch' | 'Label1Inch' | 'LabelGeneral'
    - `isMini` boolean
    - `isStickyPaper` boolean
    - `isLabel` boolean
  - `coverColor` PrinterCoverColor
    - `type` 'Unknown' | 'White' | 'Yellow' | 'Blue' | 'Pink' | 'Green'

---

[API](https://skmtc.net/mangoslab/apis/nemonic-zapier-api.md) · [All operations](https://skmtc.net/mangoslab/apis/nemonic-zapier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mangoslab/nemonic-zapier-api/versions/55cf4a97c559/schema)
