Items

Detailed information about items within an inventory.

Get url's of photos by item id

GET /v1/items/photo

Retrieve all photos associated with an item.

Query params

Name
Type
Description

itemId

uuid

itemId for get photos

	
{
  "success": true,
  "timestamp": "2026-02-06T19:24:04.374Z",
  "data": {
    "photos": [
      {
        "photoId": 0,
        "url": "string",
        "size": 0,
        "createdAt": "2026-02-06T19:24:04.374Z"
      }
    ],
    "totalPhotos": 0
  }
}

Last updated