Note: Every call made to the v2 API’s must be made via the signed URL process. Any request without a valid signature will be rejected.
To add a single offer to a designated consumer so that the offer is now available for use in the consumer’s list, make an HTTP POST request to the following URL:
{
"code": "200",
"message": "success",
"version": "2.1"
}
To multiple offers to a designated consumer so that the offers are now available for use in the consumer’s list, make an HTTP POST request to the following URL:
{ "offerList": [ "offer_id_1", "offer_id_2", … "offer_id_N" ] }
{
"code": "200",
"message": "success",
"version": "2.1"
}
© Copyright 2020 Koupon
All rights reserved