================================ GET /:country/listings/:id/offer ================================ Returns the offer. Response -------- On success returns **HTTP 200 OK** with a Offer_ model in the message body. On error returns an Error_ object. Examples -------- **GET https://api.opendi.com/de/listings/123555/offer** 200 OK .. code-block:: javascript { "message": "50% off for each and any pizza", "url": "http://www.example.com/myspecialoffer" } .. _Offer: ./../models.html#offer .. _Error: ./../models.html#error