# Get a list of all products or only store products depending on permissions **GET /Api/Products** Requires verified email; Requires one of the following permissions: Shop.IndexProducts, Shop.IndexStoreProducts; Requires the following features to be enabled: Shop ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Query parameters - **Filters** (string) - **Sorts** (string) - **Page** (integer(int32)) - **PageSize** (integer(int32)) - **Search** (string) ## Responses ### 200 Success #### Body: application/json (array[object]) - **id** (integer(int32)) - **name** (string | null) - **description** (string | null) - **visible** (boolean) - **qrCodeActivated** (boolean) - **price** (integer(int32)) - **quantity** (integer(int32)) - **userLimited** (boolean) - **userLimit** (integer(int32)) - **thumbnailUrl** (string | null) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **Additional properties are NOT allowed** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)