v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Loyalty Program

Update the loyalty program

Overview

Configure your loyalty program settings, including enabling/disabling the program and setting cashback rates.

When to Use

  • Program activation - Enable or disable your loyalty program
  • Rate adjustments - Update cashback percentages
  • Program management - Change loyalty program configuration
  • A/B testing - Test different cashback rates

What You Get

  • Confirmation - Updated program settings
  • Status - Current program status (enabled/disabled)
  • Cashback rate - Active cashback percentage

Key Features

  • Enable/disable - Turn your loyalty program on or off
  • Cashback control - Set the percentage guests earn (e.g., 0.1 = 10%)
  • Immediate effect - Changes apply to new bookings right away

Quick Start

Send the new status ("enabled" or "disabled") and cashbackRate (decimal, e.g., 0.1 for 10%). Both fields are required.

put/loyalties

Request body

status'enabled' | 'disabled' required

Loyalty program status, either enabled or disabled

cashbackRatenumber float required

Cashback rate in percentage, e.g. 0.1 = 10%

Example request

{
  "status": "enabled",
  "cashbackRate": 0.1
}

Response

OK

object required