RETM | REST API
  1. Loyalty Webhooks
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
        POST
      • Redeem Reward
        POST
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
      GET
  • Order type
    • Order types
      GET
    • Create order type
      POST
  • Price Lists
    • Price Lists
  • Payment Methods
    • Payment methods
    • Create pay method
  • Order Charges
    • order charges
    • Create order charges
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Loyalty Webhooks

Redeem Reward

POST
https://{serviceID}.retm.sa{{YOUR_END_POINT}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
reward_code
string 
required
business_refrence
string 
required
branch_id
string 
required
date
string 
required
timestamp
string 
required
Example
{
    "reward_code": "",
    "business_refrence": "",
    "branch_id": "",
    "date": "yyyy-MM-dd HH:mm:ss",
    "timestamp": ""
}

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2023-12-25 01:45:23
Previous
Check Reward
Next
Customer Data
Built with