Skip to main content
GET
/
inventory
/
serials
List serial numbers
curl --request GET \
  --url https://api.arcuserp.com/v1/inventory/serials \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "serial_number": "<string>",
      "status": "available",
      "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "lot_number": "<string>",
      "expiry_date": "2023-12-25",
      "warranty_start_date": "2023-12-25",
      "warranty_end_date": "2023-12-25",
      "extended_warranty_end_date": "2023-12-25",
      "warranty_status": "<string>",
      "received_at": "2023-11-07T05:31:56Z",
      "sold_at": "2023-11-07T05:31:56Z",
      "returned_at": "2023-11-07T05:31:56Z",
      "last_scanned_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123,
  "page": 123,
  "per_page": 123,
  "total_pages": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Query Parameters

product_id
string<uuid>
status
enum<string>
Available options:
available,
allocated,
sold,
returned,
damaged,
quarantined,
end_of_life,
consumed_in_manufacturing,
disassembled
location_id
string<uuid>
serial_number_contains
string
page
integer
default:1
Required range: x >= 1
per_page
integer
default:25
Required range: 1 <= x <= 250

Response

List of serial numbers

object
enum<string>
Available options:
list
data
object[]
total
integer
page
integer
per_page
integer
total_pages
integer