Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ready2order Printer API

Printers represent the physical printing devices registered to an account — including receipt printers, mobile printers, and all-in-one terminals. They are configured through the ready2order POS or dashboard; the public API is read-only except for triggering a test print.**Fields**| Field | Description ||-------|-------------|| `printer_id` | System-assigned unique identifier for the printer || `printer_name` | The name assigned to the printer in the account settings || `printer_description` | Optional free-text description || `printer_deviceName` | The OS-level device name used to address the printer || `printer_model` | The hardware model, for example `TM-T20II` or `mC-Print3` || `printer_manufacturer` | The manufacturer, for example `epson` or `star` || `printer_ipAddress` | **Deprecated.** The connection address for the printer: an IP address for network printers, a MAC address for Bluetooth, a device path (e.g. `/dev/usb/lp0`) for USB, or `ready2print` for OS-managed printers. `null` if not yet configured || `printer_characters` | The number of characters per printed line, which determines print width || `printer_doubleHeight` | Whether characters are printed at double height || `printer_createdAt` | Timestamp when the printer record was created |**Printer profiles**A printer profile (see [Printer Profile](#tag/Printer-Profile)) is a named logical slot that sits between your POS configuration and a physical printer. Assigning print jobs to a profile rather than to a printer directly means you can swap out hardware without reconfiguring the rest of the system. Each profile lists the physical printer IDs it currently maps to in `printingProfile_associatedPhysicalPrinterIds`.**Cash drawer**Some printers support opening a connected cash drawer via an RJ11 kick signal. This is configured per printer in the account settings. See the [create bill](#operation/billCreateBill) endpoint for how to trigger it via the API.

Ready2order Printer API is one of 36 APIs that Ready2order publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Printer. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.0.0, at version R2-2026.30.2.

Requests are made against a single base URL, https://api.ready2order.com/v1.

3 operations 3 paths 0 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
R2-2026.30.2
Base URL
https://api.ready2order.com/v1
Authentication
API Key
Contact
support@ready2order.com
License
proprietary
Resource Areas
1

Authentication & Security 1

Ready2order Printer API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

  • Bearer — Account Token obtained after completing the authorization flow. See First Steps for details.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Printer 3

Printers represent the physical printing devices registered to an account — including receipt printers, mobile printers, and all-in-one terminals. They are configured through the…

GET
/printer
List printers
printerGetAll → 200401403
GET
/printer/{id}
Get a printer
printerFindById 1 param → 200401403404
POST
/printer/testPrint
Send a test print
printerTestPrint → 200400401403

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ready2order-printer-api-openapi.yml Raw ↑

Other APIs Ready2order publishes across the network.

Ready2order Account Token API
Ready2order Accounting Financial Year API
Ready2order Bill API
Ready2order Bill Type API
Ready2order Country API
Ready2order Coupon API
Ready2order Coupon Category API
Ready2order Currency API
Ready2order Customer API
Ready2order Customer Group API
Ready2order Daily Report API
Ready2order Device API