LogoLogo
HomepageCase studiesBook a demo
Technical Guide
Technical Guide
  • Introduction
  • Getting Started Guide
    • Authentication
    • Member Registration Configuration
    • Add Webhook
    • Add Member
    • Create Campaign
    • Add Transaction
    • Add Custom Event Schema
    • Create Achievement
    • Add Custom Event
  • Terms Reference
  • Backward Compatibility Policy
  • API Reference
  • Postman Collection
  • User Guide
  • Integration
    • Introduction
    • Overview of Integration Methods
    • Tools and Technologies
    • Integration Examples
      • Lambda
      • Zapier
      • AWS EventBridge
      • Kafka
  • API Fundamentals
    • Overview
    • Environments Capabilities
    • How to Query
    • Limits
    • Best Practices
  • Authentication
    • Admin Token
    • Access Token (API Key)
    • Enabling SSO Login
      • Okta
      • Microsoft Entra ID
  • Webhooks
    • Overview
    • Best Practices
  • S3 Bucket Data exports
    • Overview
    • Set Up S3 Bucket Integration
    • Data Structure and Types
      • Achievements
      • Achievement Usage
      • Campaigns
      • Campaign Calculated Effect Result
      • Campaign Execution
      • Custom Events
      • Members
      • Rewards
      • Rewards Redemption
      • Tiers
      • Transactions
      • Tenants
      • Unit Transfers
Powered by GitBook
On this page

Was this helpful?

Terms Reference

To assist with the easy lookup of names and IDs via the endpoints.

Last updated 10 months ago

Was this helpful?

API Naming
Description
Endpoint

baseUrl

The URL to your environment instance, e.g.

storeCode

Unique code created for the tenant. Store is referred to as Tenant in the admin panel.

customerId

Unique ID created for the member profile. Customer is referred to as Member in the admin panel. Most of the endpoints accept other member identifications, such as email/phone/loyalty card number in the API requests. Some endpoints still require the customerId to be provided in the payload.

segmentId

Unique ID created for the segment.

rewardId

Unique ID created for the reward.

https://demo-1.eu-west-1.openloyalty-stage.io/
GET /api/store
GET /api/{storeCode}/member
GET /api/{storeCode}/segment
GET /api/{storeCode}/reward