Printago API
POST
/v1/printer-commands/send
Send command to printers
Request Body
Printer IDs and command to send
SendCommandRequest
commandrequired
object
idsrequired
string[]
Example Request
application/json
{
"ids": [
"string"
]
}
Response Schema
Response
value
string[]
Example Response
201 OK — application/json
[ "string" ]