---
title: "Get Rewards List"
method: GET
path: "/api/v1/partner/loyalty/rewards"
tags: ["Blaze Partner Store - Loyalty"]
---

# Get Rewards List

`GET /api/v1/partner/loyalty/rewards`

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultLoyaltyReward
  - `values` LoyaltyReward[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `rewardNo` string
    - `slug` string
    - `points` integer
    - `name` string
    - `detail` string
    - `active` boolean
    - `loyaltyType` 'Regular' | 'Promotion'
    - `published` boolean
    - `publishedDate` integer
    - `unpublishedDate` integer
    - `type` 'REWARD' | 'OFFER'
    - `promotionId` string
    - `productIds` string[]
    - `categoryIds` string[]
    - `vendorIds` string[]
    - `productTags` string[]
    - `discountType` 'Cash' | 'Percentage' | 'FinalPrice'
    - `discountAmt` number
    - `discountUnitType` 'UNIT' | 'HALF_GRAM' | 'GRAM' | 'TWO_GRAMS' | 'THREE_GRAMS' | 'ONE_EIGHTTH' | 'QUARTER' | 'HALF' | 'OUNCE' | 'CUSTOM' | 'POUND' | 'FLUID_OZ' | 'MILLILITER' | 'METRC_OUNCE' | 'METRC_ONE_EIGHTH' | 'MILLIGRAM' | 'METRC_QUARTER'
    - `startDate` integer
    - `endDate` integer
    - `rewardTarget` 'WholeCart' | 'DiscountedSubtotal' | 'DeliveryFee' | 'AllSelectedProducts' | 'OneFromProducts' | 'OneFromCategories' | 'OneFromVendors' | 'OneFromProductTags'
    - `assigned` boolean
    - `finalizedDiscountId` string
    - `autoApplyRequested` boolean
    - `rank` 'Highest' | 'High' | 'Medium' | 'Low' | 'Lowest'
    - `priority` integer
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
