GET /barcode/types
Auflisten aller supported barcode formats for generation, einschließlich Code 128, Code 39, EAN-13, EAN-8, UPC-A, QR Code, Data Matrix, und mehr. Verwenden Sie dies to discover which barcode types are available und their characteristics before generating barcodes. Nützlich für inventory management apps und shipping label generators that need to select the right barcode format.
curl https://nordapi.ee/api/v1/barcode/types
{
"data": {
"code128": "Code 128",
"code39": "Code 39",
"datamatrix": "Data Matrix",
"ean13": "EAN-13",
"ean8": "EAN-8",
"pdf417": "PDF417",
"qr": "QR Code",
"upca": "UPC-A"
},
"success": true
}