1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Offers
  5. POST /offers

POST /offers

Create an offer to run your program at partner merchants.

Headers

Name Value
Authorization Bearer {JWT}

Request

Key Required Comment
merchant_id Yes Integer. We will give your this ID.
offer Yes JSON object.
offer.name Yes string. The title of the offer that consumers can see if the POS supports it.
offer.description No JSON array. Extended, optional description.

Response

Name Value
offer_id Integer

How can we help?