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 customer birthday

Update a customer’s date of birth

POST /rest-api/v1/customers/updateBirthday

Body

Field
Type
Description

customerIdentifier

string

Shopify customer ID or email

day

int

Day of birth

month

int

Month of birth

year

int

Year of birth

Response

{
   success: boolean,
   message: string,
}
PreviousGet customer by IDNextGet customer rewards

Last updated 5 days ago