BLOY Loyalty Program & Rewards
CtrlK
  • About app
  • How to create a loyalty program?
    • How to create a way to earn?
    • How to set up the referral feature?
    • How to create a way to redeem?
    • How to set up VIP program?
    • How to change point currency?
    • How to reward customers for leaving reviews?
  • How to customize the look of your loyalty program?
    • How to customize the loyalty pop-up?
    • How to create a dedicated loyalty page?
    • How to translate the widget content?
    • How to send automated emails?
    • How to show points on product pages?
    • How to show points on post-checkout page?
    • How to customize checkout page with checkout extensibility?
    • How to customize customer accounts with customer account extensions?
  • Contact us
  • FAQs
    • How are classic and new customer accounts different in BLOY Loyalty?
    • How to exclude a customer from the loyalty program?
  • Integrations
    • Klaviyo integration
    • Shopify POS integration
    • Omnisend integration
  • Public API
    • Get customer list
    • Get customer by ID
    • Update customer birthday
    • Get customer rewards
    • Get customer activities
    • Update points
Powered by GitBook
On this page
  1. Public API

Get customer rewards

Retrieve a list of rewards earned by a customer

GET /rest-api/v1/rewards

Query parameters

Name
Type
Description

customerIdentifier

string

Shopify customer ID or email

page

int

Page number

pageSize

int

Number of results per page

Response

{
   success: boolean,
   message: string,
   rewards: {
       - id
       - type
       - settingType
       - description
       - oldPoints
       - newPoints
       - createdAt
       - updatedAt
   }[]
}
PreviousUpdate customer birthdayNextGet customer activities

Last updated 5 days ago