POST /print/{target}/test
Send a test print to a printer. For ZPL printers, prints a branded test label. For all other printers, prints a PDF test page.
Endpoint:
POST /api/v1/print/{target}/testPath Parameter
Section titled “Path Parameter”| Parameter | Type | Description |
|---|---|---|
target | string | Same as POST /print/{target} — the printer’s path value or a tag alias. |
Response
Section titled “Response”{ "status": "success", "statusCode": 200, "result": { "module": "/print/tcp_192-168-86-250_9100/test", "message": "Printed successfully.", "content": null }}