GET v3/supported-barcode-encodings

Returns a list of supported barcode types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of string

Response Formats

application/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

text/xml

Sample:
<Strings>sample string 1sample string 2</Strings>