List Transfer Methods

Returns a list of available transfer methods. You will need the key from this list when uploading a new logo to specify the desired production method.

GET /api/options/method

Returns #

Returns an object containing a list of transfer method objects.

{
  "transferMethods": [
    {
      "key": "VAND SPORT",
      "displayName": "WATER SPORT",
      "type": "TRANSFER",
      "maxSize": "350x350",
      "isDigital": false
    },
    {
      "key": "DIGITAL COLORSTOP",
      "displayName": "DIGITAL COLORSTOP",
      "type": "TRANSFER",
      "maxSize": "290x400",
      "isDigital": false
    },
    ...
  ]
}