Skip to main content
POST
/
print
/
{target}
{
  "status": "<string>",
  "statusCode": 123,
  "result": {
    "module": "<string>",
    "message": "<string>",
    "content": "<unknown>"
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

target
string
required

The print destination - on the printers interface this is the last part of the printer address.

Example:

"tcp_192-168-86-250_9100"

Response

Post Print Response

status
string
required
Example:

"success"

statusCode
integer
required

Standard HTTP status codes.

Example:

200

result
object
required