Get information about a specific offer’s creative
HTTP method
Endpoint
GET
/aff/v1/offers/{offer_id}/creatives
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
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
Field
Type
Description
id
integer
The unique id for the creative.
offer_id
integer
A string that uniquely identifies this offer.
url
string
Creative file download link.
mime
string
Types of creative documents.
size
integer
The size of the creative file.
width
integer
Width of creative file (image type).
height
integer
Height of creative file (image type).
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
Last updated