Check Reward
DevelopingPOST
/sync/loyapro/check_rewardThis webhook is triggered when the user inputs a Promotional Coupon from the Flavours App.
You are able to customize a button with the success callback, the URL within the button will act as a GET request with all the parameters.
Request
Body Params application/json
reward_code
string
required
business_refrence
string
required
Example
{
"reward_code": "12345",
"business_refrence": "dev"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago