cURL
curl --request POST \ --url https://api.serial.io/components \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "component_type": "SN", "is_active": true }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "component_type": "SN", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "last_edited_at": "2023-11-07T05:31:56Z", "last_edited_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "pn_metadata_dataset_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }
Create new Component
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Bearer <YOUR_KEY_OR_TOKEN>
Component data
SN
LOT
OK
Component Data