Gets the thumbnail information for the offer

Path parameters

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/v1/offers/23/thumbnails

Request GET http://{networkname}.api.offerslook.com/v1/offers/23/thumbnails

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_thumbnail": {
          "id": 87,
          "offer_id": 23,
          "url": "https://files.offerslook.com/offerslook-bucket/partner_40/campaign/thumb_logo_d66f5ac4e2484a55ab55881167988321.png",
          "mime": "image/png",
          "size": 3901,
          "width": 160,
          "height": 160,
          "filename": "logo.png"
        }
      }
    }

Last updated