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

GET /offers/:id

Retrieves the detail of an Offer that you created.

Headers

Name Value
Authorization Bearer {JWT}

URL parameters

Name Value
id integer. The Offer ID.

Response

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

How can we help?