Skip to main content
POST
/
kit
/
add_barcode
Kit - Add Barcode
curl --request POST \
  --url https://api.skulabs.com/kit/add_barcode \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kit_id": "<string>",
  "upc": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kit_id
string
required

Kit ID

upc
required

Barcode or array of barcodes to add

Response

Barcode added to kit

success
boolean
required

Whether the operation succeeded