cURL
curl --request GET \ --url https://api.serial.io/part-numbers \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "part_number": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "last_edited_at": "2023-11-07T05:31:56Z", "description": "<string>", "component_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "metadata": {}, "last_edited_user_id": "<string>" } ]
Endpoint for getting part numbers
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Bearer <YOUR_KEY_OR_TOKEN>
Part Number name
Component id associated with id
Get part numbers based on their activity state
OK
The response is of type object[].
object[]