Skip to main content
GET
/
printers
Get Printers
curl --request GET \
  --url https://pbx-{proxyboxId}.pbxz.io/api/v1/printers \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>",
  "statusCode": 123,
  "result": {
    "module": "<string>",
    "message": "<string>",
    "content": [
      {
        "id": "<string>",
        "type": "<string>",
        "path": "<string>",
        "connection": {
          "type": "<string>",
          "host": "<string>",
          "port": 123,
          "protocol": "<string>"
        },
        "model": "<string>",
        "content": "<string>",
        "discovered": true
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Response

Printers Response

status
string
required
Example:

"success"

statusCode
integer
required

Standard HTTP status codes.

Example:

200

result
object
required