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

GET /offers

List all Offers you created.

Headers

Name Value
Authorization Bearer {JWT}

Response

Name Value
offers JSON array
offers[].id integer
offers[].name string
offers[].start_date string. Timestamp in format YYYYMMDDhhmmss
offers[].description JSON array
offers[].merchant_id integer
offers[].offer_type string

How can we help?