Skip to content

GET /api/v3/accounts/{lcuid}/inventory-items

Summary

GET accounts/{id}/inventory-items

Description

Return a list of inventory items for an account.

Inventory items are the container objects for creatives.

One inventory item represents one "ad" and each ad could have 1 or more creatives attached to it

Tags: accounts

Parameters

Header Parameters

Name Type Required Description Example
Authorization string ✓ Yes Bearer {AuthToken}
Content-Type string ✓ Yes application/json
Accept string ✓ Yes application/json
AppIdV3 string ✓ Yes LCUID-LAP-********-****-****-****-************

Request Body

Content Type: application/json

Schema

Type: object

Properties:

  • fields (string): A comma separated list of fields to return, otherwise all fields will be returned.
  • page (integer): The page number to return, if not supplied, page 1 will be returned.
  • per_page (integer): The number of items to return per page, if not supplied, The default of 100 will be returned.

Responses

Response: 200

Description: Sample Response

Content Type: application/json

Schema

Type: object

Properties:

  • success (boolean): Indicates whether the request was successful or not
  • inventory_items (array): The inventory items for the account. See Inventory Item Response Fields for more information on the inventory item object
  • Array items: object Type: object

    Properties:

    • unique_id (string)
    • title (string)
    • description (string)
    • new_used (integer)
    • year (string)
    • make (string)
    • model (string)
    • sub_model (string)
    • price (integer)
    • price_original (string)
    • price_modifier (string)
    • external_link (string)
    • status (integer)
    • item_class (string)
    • creative_state (integer)
    • lcuid (string)
    • created_at (string)
    • updated_at (string)
    • deleted_at (string)
    • has_price_override (boolean)
    • price_upstream (string)
    • creatives (array)
    • Array items: object Type: object

      Properties:

      • order_number (integer)
      • status (integer)
      • unique_hash (string)
      • lcuid (string)
      • hash_id (string)
      • options (object) Type: object

      Properties:

      • size_in_bytes (string)
      • dimension_height (integer)
      • dimension_width (integer)
      • hash_md5 (string)
      • public_url (string)

      • xr_status (integer)

      • drive_template_id (string)
    • image_assets (array)

    • Array items: object Type: object

      Properties:

      • order_number (integer)
      • status (integer)
      • unique_hash (string)
      • lcuid (string)
      • hash_id (string)
      • options (object) Type: object

      Properties:

      • size_in_bytes (string)
      • dimension_height (integer)
      • dimension_width (integer)
      • hash_md5 (string)
      • public_url (string)

      • xr_status (integer)

      • drive_template_id (string)
    • options (object) Type: object

    Properties:

    • best_creative_image_photo_url (string)
    • first_play_at (string)
    • primary_image_background_removed_public_url (string)
    • primary_image_public_url (string)

    • cached_tags (string)

    • attributes (array)
    • data_source (object) Type: object

    Properties:

    • lcuid (string)
    • name (string)

    • campaign_settings (string)

  • current_page (integer): The current page number

  • per_page (integer): The number of items per page
  • total (integer): The total number of items
Example Response
{
    "success": true,
    "inventory_items": [
        {
            "unique_id": "OuWhqpCdIP",
            "title": "Some Item 0",
            "description": "Some Description - ZZPvxZckVzt1wR6uLkWF4ufs6cmZdEOr0JPb1SqG32zSVa2GytJOZXpgMa6Z9vQuoBIYaTZSMCubvwZ51pz4gt4ekaRoz6jUXIVtMniHHIWWJGPRlpZpv8DkwQ8zewOsbxjUve2VTJkbec8jDDpxuP",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 4653,
            "price_original": "4653.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/OuWhqpCdIP",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-fa6da044-bc5f-477f-a921-179db4b66f63",
            "created_at": "2026-02-03T18:11:55.000000Z",
            "updated_at": "2026-02-03T18:12:01.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "54c08dcb4a7e99398edeb119cf3a059a",
                    "lcuid": "LCUID-LP-0e192d32-0868-4b16-9f07-8abfc442b4d6",
                    "hash_id": "lch-4Df8",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5217/img_69823a711e957_b75e4ab3841aa1a51470.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-636ebfdc-0ff2-4eab-9c71-80ec7f4fb7c9",
                    "hash_id": "lch-4Dex",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5217/img_69823a6bce369_9f13571ca5fffbf65d5c.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5217/img_69823a6bce369_9f13571ca5fffbf65d5c.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "tU9accFMnl",
            "title": "Some Item 1",
            "description": "Some Description - zJOmOAjGOCgLloyS52sFxmhtH61PUzbondYvfjd7GHpFQD4BaFOA2hIALIWSiTGJytBn3htQFnf7P9l5PwM677W1EjBimccsNCsCJAKI9TBgR188ZS5hM6g7QZQI9cqIEglGb1XfUn710VS9h2C6ij",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 4610,
            "price_original": "4610.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/tU9accFMnl",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-e662756f-550d-42fb-bb41-e68aa8d03590",
            "created_at": "2026-02-03T18:11:55.000000Z",
            "updated_at": "2026-02-03T18:12:01.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "71cbc3c3c0b298710dd0618b4073f190",
                    "lcuid": "LCUID-LP-ad3a5016-b617-4a54-9814-f4a92c65b2cb",
                    "hash_id": "lch-4Df9",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5218/img_69823a71599d6_b5b6c5e92d6f53b236bf.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-262b63a7-8f8d-4210-b980-4d12c95133d3",
                    "hash_id": "lch-4Dey",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5218/img_69823a6c41146_a4aa153c856f605d5b81.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5218/img_69823a6c41146_a4aa153c856f605d5b81.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "fO8OqL514G",
            "title": "Some Item 2",
            "description": "Some Description - HQbomy0kFthZ5khlleSF4c1g2qHxgYkLd460qED74bOjhsSGELctyAsthvA1cihnaDDhSKyC3Vw79iEL7gnNYH84M95o1eonJ7kw2Gvf3xw8tqwAWeERdYvANNDJjtqAM84PyLSMe4VyHFiDSlRFTo",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 1565,
            "price_original": "1565.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/fO8OqL514G",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-c6f8a492-f134-4dc4-b768-f41bebe4e4d7",
            "created_at": "2026-02-03T18:11:56.000000Z",
            "updated_at": "2026-02-03T18:12:01.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "1452c038351969b7d766112c45bfd597",
                    "lcuid": "LCUID-LP-93a1eac9-8837-4636-88b2-15d82b033183",
                    "hash_id": "lch-4DfA",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5219/img_69823a7194307_09ddb29ddbd7aa1fb87a.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-e0e9db5f-cd1d-428e-aa03-b8b47aa0736b",
                    "hash_id": "lch-4Dez",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5219/img_69823a6ca8957_26e4918fa18d0d866091.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5219/img_69823a6ca8957_26e4918fa18d0d866091.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "wQFY5Fb0Rt",
            "title": "Some Item 3",
            "description": "Some Description - IZjiqRmj41do4doeGUyXbgIdLIS73N5uDCqJUwcJdQ3nJc7pqwxvFCsXVxsmINv1tux9ArqlkpKQEPXIhFgvyaCx4B5ziq9Au3NS6aZbhLDEFHPhbcO7vgXcPzAgeOzoxU3GoR4BMJ1Xb12GnzamLh",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 1839,
            "price_original": "1839.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/wQFY5Fb0Rt",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-12aa1b08-6ed6-4575-9649-529afbb5d3e6",
            "created_at": "2026-02-03T18:11:56.000000Z",
            "updated_at": "2026-02-03T18:12:02.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "e3cd468d4e5ca1e8ef66ee465f6d3f82",
                    "lcuid": "LCUID-LP-d02994cb-3177-4d24-81aa-f82e057f36d1",
                    "hash_id": "lch-4DfB",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5220/img_69823a71ccf5c_92b283c0bca899c17127.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-876c69ed-5ad7-4417-8de4-c3901cf8c676",
                    "hash_id": "lch-4Df0",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5220/img_69823a6d1795d_db39bd44e6cc786fb610.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5220/img_69823a6d1795d_db39bd44e6cc786fb610.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "ViAuwzPAam",
            "title": "Some Item 4",
            "description": "Some Description - Iafpr5SPpqHPAga4Z2h3c3RPOoLEh8CAPlTRCttabLdx08mCLqLOFIh9mQIDpzc8spkOa9AWkzGVUCwrPGX1nCysoTF7lDVH0T48igRB8KSZxuJ3KUH2Be8iVqCPiHH8ze1CSCYNzWO0gCMOi1Ou8u",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 8063,
            "price_original": "8063.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/ViAuwzPAam",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-42e33e05-1cb0-496f-85c6-14d796f16ae6",
            "created_at": "2026-02-03T18:11:57.000000Z",
            "updated_at": "2026-02-03T18:12:02.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "3b4b2485a93dee4645a8f51358942c65",
                    "lcuid": "LCUID-LP-65972557-50bf-4f60-9d02-001af00ed52f",
                    "hash_id": "lch-4DfC",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5221/img_69823a72131f6_cd2b67932ea7d0c1b469.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-0da665b1-c471-471c-9f28-09c69a541817",
                    "hash_id": "lch-4Df1",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5221/img_69823a6d7ab80_671d3a53c0700cc53bee.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5221/img_69823a6d7ab80_671d3a53c0700cc53bee.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "bxyRJqnfgg",
            "title": "Some Item 5",
            "description": "Some Description - JC0fT1KuIK3JVf7XTB4pyj17uI93cKcOyD6vTyjG6UygvXiwu8DF5UTnhgxJyB7j3JIgjqGd6WS9kV1OInI4S63iSXqniatRk0q73KHp8C3wu2m7PYuMJey5kzcx9yN0zNSIXQNEP1WxkVrMeJpPEn",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 4959,
            "price_original": "4959.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/bxyRJqnfgg",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-d9b74b06-2c65-425e-bccb-878c00307c98",
            "created_at": "2026-02-03T18:11:57.000000Z",
            "updated_at": "2026-02-03T18:12:02.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "bea22252a960858db2f12e69d03e7992",
                    "lcuid": "LCUID-LP-f64bacbc-e733-45f4-bc25-a769efa54abf",
                    "hash_id": "lch-4DfD",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5222/img_69823a724bd8a_7466ed4d7d4c72d4416a.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-af4fecd1-9625-4f66-afd0-4eb45845795f",
                    "hash_id": "lch-4Df2",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5222/img_69823a6ddcb59_b548905265f0d891e383.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5222/img_69823a6ddcb59_b548905265f0d891e383.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "xrk4LBwzfH",
            "title": "Some Item 6",
            "description": "Some Description - kGZqwxTJWECODGrsDduxEarn2poF8VNstA3S9yibzUIA9N01MdA0swJJmHuANvSxiEjyC1hb5qDMiK6hmXQxGO5ji7XhYCn2ZijzotLH7SPOoZ3TO08SQbTZ8sMKy1NdkRRRyklmO3LkyZk4gxTJzk",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 2059,
            "price_original": "2059.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/xrk4LBwzfH",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-31d6dbb3-46a5-48e7-b3dc-b9c41e1b6968",
            "created_at": "2026-02-03T18:11:58.000000Z",
            "updated_at": "2026-02-03T18:12:02.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "704205e0e2a55bf9079beee39f64ed5a",
                    "lcuid": "LCUID-LP-20523ee5-6d43-4b87-b4ff-700c870032d9",
                    "hash_id": "lch-4DfE",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5223/img_69823a72842a6_7aeedb7264e9796c4b80.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-d04e34f9-276c-4333-9ced-55f392275133",
                    "hash_id": "lch-4Df3",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5223/img_69823a6e4b5fd_8ba71a7237e33c31e675.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5223/img_69823a6e4b5fd_8ba71a7237e33c31e675.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "b20vtFqhnM",
            "title": "Some Item 7",
            "description": "Some Description - uWXVmZX3RwwXmgvDdSu4t9ML8gYcAcZs7n4I7Ar6Z1il3yaUNyD6uhh9lKpEM1vEUubXmX9WEhKRmD9EJDxboDRDzXQyu7SEGlcDyg4H9iSmi37IZuNvwzcR10d3LCHUIZd1TNVQP8PKsSGNYq1Ika",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 321,
            "price_original": "321.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/b20vtFqhnM",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-2db5ab54-8d30-4e68-8fbb-8efc70876c7f",
            "created_at": "2026-02-03T18:11:58.000000Z",
            "updated_at": "2026-02-03T18:12:02.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "e366f52a50d70b69192ff217675adcb9",
                    "lcuid": "LCUID-LP-d7896661-caa7-40a0-9067-7778baf3dc1e",
                    "hash_id": "lch-4DfF",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5224/img_69823a72bda92_4b07cf295837a81bca42.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-1ad0f2d3-4041-46aa-bd0e-963cddf2f648",
                    "hash_id": "lch-4Df4",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5224/img_69823a6eafd51_1386f140bbcfc95f3912.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5224/img_69823a6eafd51_1386f140bbcfc95f3912.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "wZY0wm3iLc",
            "title": "Some Item 8",
            "description": "Some Description - YpvTGGq7expZ0LlXVbspvwAtrW3pevZexwqO3kmsL4dQqsXzbLZMm6j87VVLQNOhsRt8eE3bpGvycCrIq7bgVqsO9CEaKGoiTjWvog5q57ftmrOf16I8fBmd1CctKBKM6AtwhM6GkGGSWvvNBhXdhE",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 5326,
            "price_original": "5326.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/wZY0wm3iLc",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-abc50a15-bbaf-4289-9a26-57c097bf660e",
            "created_at": "2026-02-03T18:11:58.000000Z",
            "updated_at": "2026-02-03T18:12:03.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "ea843492d6f2119d14a70ce35fca0681",
                    "lcuid": "LCUID-LP-4f98ed6b-b3d3-4c00-8d80-d9c711ffc29d",
                    "hash_id": "lch-4DfG",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5225/img_69823a72f3b50_e17908b8a98d869d67d2.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-d1d67b72-69f3-4e71-a846-6e913e88e142",
                    "hash_id": "lch-4Df5",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5225/img_69823a6f23ffc_cedccc62f7e42280204a.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5225/img_69823a6f23ffc_cedccc62f7e42280204a.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "REid9EEt1n",
            "title": "Some Item 9",
            "description": "Some Description - vtMUul2cz3UxVw8eQ40iYMvfd5Ux4wsGaxyLPa9turXwPBnXS51XIhRAIEYNbZ8yC1ggJSlOkjV9dyEEua62NF9XlQ8mmaWJwUmTZRV9YTzOUeji9dn1wjVYKaoz3gBcfm30cOg5gLmGsmjS8jyEb5",
            "new_used": 0,
            "year": null,
            "make": "Some Make",
            "model": "Some Model",
            "sub_model": "Some Sub Model",
            "price": 5782,
            "price_original": "5782.00",
            "price_modifier": null,
            "external_link": "https://www.example.com/REid9EEt1n",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\RealEstateInventoryItemClass",
            "creative_state": 2,
            "lcuid": "LCUID-LI-7cef6559-7df4-4d77-a933-2389790ecf27",
            "created_at": "2026-02-03T18:11:59.000000Z",
            "updated_at": "2026-02-03T18:12:03.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [
                {
                    "order_number": 90,
                    "status": 1,
                    "unique_hash": "04d7275ff2d296591776adb6010e124f",
                    "lcuid": "LCUID-LP-68a01552-e555-497b-a1f3-7898295afdc8",
                    "hash_id": "lch-4DfH",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 180,
                        "dimension_width": 560,
                        "hash_md5": "c82834b7e7c8688e843d37abf3e6ef49",
                        "public_url": "http://localhost:8080/storage/13/5226/img_69823a7337319_7feed7ae1df518c49f93.jpg"
                    },
                    "xr_status": 1,
                    "drive_template_id": "LCUID-LDT-8728c00c-7013-4470-a967-83bf8fddfc86"
                }
            ],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "adb1b5617b20736a20cb45dde163dc5a",
                    "lcuid": "LCUID-LP-ba49d8d5-8f58-4823-ab4d-b8d262aec5a6",
                    "hash_id": "lch-4Df6",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/13/5226/img_69823a6f9249b_c5080cbe83331ab9a8a8.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/13/5226/img_69823a6f9249b_c5080cbe83331ab9a8a8.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": {
                "lcuid": "LCUID-LF-78b56329-38fc-4531-8f87-4eb8da768c6f",
                "name": "LC MLS System"
            },
            "campaign_settings": null
        },
        {
            "unique_id": "69823a709d183",
            "title": "Default Creatives",
            "description": "Auto Generated Creatives for this account",
            "new_used": 0,
            "year": null,
            "make": "DefaultCreatives",
            "model": "Base",
            "sub_model": "",
            "price": 0,
            "price_original": "0.00",
            "price_modifier": null,
            "external_link": "",
            "status": 1,
            "item_class": "App\\LuCore\\InventoryItems\\DefaultCreativeInventoryItemClass",
            "creative_state": 1,
            "lcuid": "LCUID-LI-40142ade-0f18-4db0-bcde-5780c098b2fa",
            "created_at": "2026-02-03T18:12:00.000000Z",
            "updated_at": "2026-02-03T18:12:01.000000Z",
            "deleted_at": null,
            "has_price_override": false,
            "price_upstream": null,
            "creatives": [],
            "image_assets": [
                {
                    "order_number": 100,
                    "status": 1,
                    "unique_hash": "36c2456a644b9e2e5e5c976c0d1a3bf8",
                    "lcuid": "LCUID-LP-54b91475-e83b-4bc0-9fbe-cacd8ce1b297",
                    "hash_id": "lch-4Df7",
                    "options": {
                        "size_in_bytes": null,
                        "dimension_height": 251,
                        "dimension_width": 1151,
                        "hash_md5": "8d6b96e4c1a5cd5450f6169fedd6e9c1",
                        "public_url": "http://localhost:8080/storage/59/5227/img_69823a70e567a_06d44d9e0ad6889bd740.png"
                    },
                    "xr_status": 0,
                    "drive_template_id": null
                }
            ],
            "options": {
                "best_creative_image_photo_url": null,
                "first_play_at": null,
                "primary_image_background_removed_public_url": null,
                "primary_image_public_url": "http://localhost:8080/storage/59/5227/img_69823a70e567a_06d44d9e0ad6889bd740.png"
            },
            "cached_tags": null,
            "attributes": [],
            "data_source": null,
            "campaign_settings": null
        }
    ],
    "current_page": 1,
    "per_page": 100,
    "total": 11
}

Example Implementations

Bash (cURL)

curl --request GET \
    --get "https://api.lucit.app/api/v3/accounts/LCUID-LA-506fc585-77be-11ec-acb9-c2cdb617d190/inventory-items" \
    --header "Authorization: Bearer {AuthToken}" \
    --header "Content-Type: application/json" \
    --header "Accept: application/json" \
    --header "AppIdV3: LCUID-LAP-********-****-****-****-************" \
    --data "{
    \"fields\": \"lcuid,title,description,unique_id,price\",
    \"page\": 1,
    \"per_page\": 50
}"

JavaScript (Fetch API)

const url = new URL(
    "https://api.lucit.app/api/v3/accounts/LCUID-LA-506fc585-77be-11ec-acb9-c2cdb617d190/inventory-items"
);

const headers = {
    "Authorization": "Bearer {AuthToken}",
    "Content-Type": "application/json",
    "Accept": "application/json",
    "AppIdV3": "LCUID-LAP-********-****-****-****-************",
};

let body = {
    "fields": "lcuid,title,description,unique_id,price",
    "page": 1,
    "per_page": 50
};

fetch(url, {
    method: "GET",
    headers,
    body: JSON.stringify(body),
}).then(response => response.json());

PHP (Guzzle)

$client = new \GuzzleHttp\Client();
$response = $client->get(
    'https://api.lucit.app/api/v3/accounts/LCUID-LA-506fc585-77be-11ec-acb9-c2cdb617d190/inventory-items',
    [
        'headers' => [
            'Authorization' => 'Bearer {AuthToken}',
            'Content-Type' => 'application/json',
            'Accept' => 'application/json',
            'AppIdV3' => 'LCUID-LAP-********-****-****-****-************',
        ],
        'json' => [
            'fields' => 'lcuid,title,description,unique_id,price',
            'page' => 1,
            'per_page' => 50,
        ],
    ]
);
$body = $response->getBody();
print_r(json_decode((string) $body));

Python (Requests)

import requests
import json

url = 'https://api.lucit.app/api/v3/accounts/LCUID-LA-506fc585-77be-11ec-acb9-c2cdb617d190/inventory-items'
payload = {
    "fields": "lcuid,title,description,unique_id,price",
    "page": 1,
    "per_page": 50
}
headers = {
  'Authorization': 'Bearer {AuthToken}',
  'Content-Type': 'application/json',
  'Accept': 'application/json',
  'AppIdV3': 'LCUID-LAP-********-****-****-****-************'
}

response = requests.request('GET', url, headers=headers, json=payload)
response.json()

← Back to accounts index | Back to main index