post https://api.emblemfi.com/v1/offer
Create an Offer linked to a Merchant in your Program.
In order to create an Offer, you must first add the Merchant to your Program.
Log in to see full request history
Response
Create an Offer linked to a Merchant in your Program.
In order to create an Offer, you must first add the Merchant to your Program.
xxxxxxxxxx
18curl --request POST \
--url https://api.emblemfi.com/v1/offer \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"merchant_id": "mrc_iRbTJ3gYW477bXZPfuXpuH",
"offer": {
"name": "10% cash back at Starbucks",
"type": "CASH_BACK",
"start_date": "2023-01-15T12:30:00",
"end_date": "2023-02-20T12:30:00",
"cash_back_rate": 10,
"max_cash_back": 1000,
"min_transaction_amount": 1000
}
}
'
Try It!
to start a request and see the response here! Or choose an example: