Get information about a specific offer’s creative

Path parameters

Note: If you want to get the creative files of an offer, on the premise that the offer should have been audited (visible in the personal list).

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/16/creatives

Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/16/creatives

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_creative": [
          {
            "id": 16,
            "offer_id": 16,
            "url": "https://files.offerslook.com/offerslook-bucket/partner_40/creative/test_1462961793_573306812fe08.png",
            "mime": "image/png",
            "size": 1994,
            "width": 31,
            "height": 29
          },
          {
            "id": 28,
            "offer_id": 16,
            "url": "https://files.offerslook.com/offerslook-bucket/partner_40/creative/logo_1463037490_57342e32eeacc.png",
            "mime": "image/png",
            "size": 3901,
            "width": 196,
            "height": 26
          },
          {
            "id": 29,
            "offer_id": 16,
            "url": "https://files.offerslook.com/offerslook-bucket/partner_40/creative/about_1463037495_57342e37b6079.png",
            "mime": "image/png",
            "size": 116985,
            "width": 850,
            "height": 572
          },
          {
            "id": 30,
            "offer_id": 16,
            "url": "https://files.offerslook.com/offerslook-bucket/partner_40/creative/_1463037664_57342ee091afb.zip",
            "mime": "application/zip",
            "size": 102350,
            "width": null,
            "height": null
          }
        ]
      }
    }

Last updated