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
}Add a barcode to an existing kit.
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Barcode added to kit
Whether the operation succeeded