Gets the creative file information for the offer
HTTP method
Endpoint
GET
/v1/offers/{offer_id}/creatives
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Response body parameters
Field
Type
Description
id
integer
A string that uniquely identifies this creative.
offer_id
integer
A string that uniquely identifies this offer.
url
string
The url of the creative preview.
mime
string
content-type.
size
integer
The size of the file in bytes.
width
integer
The width of the image.
height
integer
The height of the image.
filename
string
The name of the file that was uploaded, optionally passed in.
Example request
Request GET https://{networkname}.api.offerslook.com/v1/offers/23/creatives
Request GET http://{networkname}.api.offerslook.com/v1/offers/23/creatives
Example response
Last updated