Printago API
GET /v1/profiles/supported

Get supported printer models

Requires: profile.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "name": "string",
    "nozzleDiameter": [
      "string"
    ]
  }
]