| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

# ``200      The requested scan lookup collection

object

createdDate

array

generalComments

array

lastUpdatedDate

array

lotId

array

normalizedPackingString

array

productUrl

array

scanKey

array

scanLookupTypeId

array

scanLookupUrl

array

scanLookupValue

array

statusId

array

Status of the scan lookup. Must by one of the following values: `SCAN_LOOKUP_ACTIVE` or `SCAN_LOOKUP_INACTIVE`. Read and write.

```curl --request GET \
     --url https://app.finaleinventory.com/account/api/scanlookup \
     --header 'accept: application/json' \
     --header 'authorization: Basic ••••'
```

```json
{
  "createdDate": [],
  "generalComments": [],
  "lastUpdatedDate": [],
  "lotId": [],
  "normalizedPackingString": [],
  "productUrl": [],
  "scanKey": [],
  "scanLookupTypeId": [],
  "scanLookupUrl": [],
  "scanLookupValue": [],
  "statusId": []
}
```
