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

Update points

You can add, subtract, or update customer loyalty points

Add points

POST /rest-api/v1/points/add

Subtract points

POST /rest-api/v1/points/substract

Update points

POST /rest-api/v1/points/update

Body

Field
Type
Description

customerIdentifier

string

Shopify customer ID or email

amount

int

Number of points to add, subtract, or set

description

string

Reason for the change

note

string

Additional note

Response

{
   - success: boolean
   - activity
}
PreviousGet customer activities

Last updated 5 days ago