Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
  1. API Contexts
  • Introduction
  • Global Headers
  • Common HTTP Error Codes
  • API Permits
  • Rate Limiting
  • Authorization
    • Token Authorization
    • Member Authorization
    • User Authorization
  • API Contexts
    • Customer Context
    • LoyaltyClub Context
    • Global Context
  • Common Concepts
    • Localization
    • System URLs
    • Params Validation
    • Pagination
    • Sorting
  • Common Models
    • Common Data Formats
    • Member Model
    • API Entity Model
    • Opening Hours Model
  1. API Contexts

LoyaltyClub Context

Loyalty Club is the entity that allows Customer to have multiple sets of Members with specific content related to them.
For endpoints that operate specifically on Loyalty Club data, we use LoyaltyClub context.
The requests working within such context must specify slug of the Loyalty Club under X-Loyalty-Club-Slug header:
X-Loyalty-Club-Slug: infinity-mall
NOTE
Some older endpoints expect the slug to be included within URL, e.g. /v3/{loyalty_club_slug}/members
Previous
Customer Context
Next
Global Context
Built with