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

{
    "message": "50% off for each and any pizza",
    "url": "http://www.example.com/myspecialoffer"
}