rozod
    Preparing search index...

    Variable getUsersUseridPlacesInventoryConst Api Param

    getUsersUseridPlacesInventory: EndpointGeneric<
        {
            cursor: number;
            itemsPerPage: number;
            placesTab: 0
            | 1
            | 2
            | 3
            | 4
            | 5;
            userId: number;
        },
        {
            data: {
                creator: { id: number; name: string; type: 1
                | 2 };
                name: string;
                placeId: number;
                priceInRobux: number;
                universeId: number;
            }[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://inventory.roblox.com/v1/users/:userId/places/inventory Gets Created, MyGames, or OtherGames places inventory for a user userId placesTab itemsPerPage cursor