quipteams API
GET/assets/{id_or_serial}
scopeassets:readreturns200

Get an asset

Returns a single asset. `{id_or_serial}` is matched as a UUID against the device id, otherwise looked up by serial number. Responds 403 if the asset belongs to another company.

Example response

json
{
  "data": {
    "id": "c3d4e5f6-0718-4293-a4b5-c6d7e8f90a1b",
    "serial_number": "C02X5K3JMD6T",
    "company": "Acme",
    "country": "United States",
    "device_type": "Laptop",
    "description": "MacBook Pro 14 M5 Pro",
    "employee": "Alex Doe",
    "condition": "Good",
    "status": "in_use",
    "quantity": 1,
    "completion_date": "2026-01-20",
    "created_at": "2026-01-20T09:00:00.000Z",
    "updated_at": "2026-02-01T12:00:00.000Z",
    "purchase_order": null,
    "assigned_date": "2026-01-20"
  }
}