POST
/
identifier
curl --request POST \
  --url https://api.serial.io/identifier \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "identifier": "SERIAL-NUMBER-123",
  "component": "Battery Module",
  "part_number": "BAT-M-92"
}'

Authorizations

Authorization
string
header
required

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Body

identifier
string
required

A serial number or lot code

component
string
required

A serial number or lot code

part_number
string

Part number from the Serial app