Legacy API
Create Serial Number
This endpoint is used for initializing a serial number or lot code inside of Serial. It expects a JSON payload that includes the identifier, component and part_number of the object to be initialized. The API key for authentication is sent in the headers. The server’s response is a requests.Response object.
POST
/
identifier
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>