Get information about a specific offer’s platform
HTTP method
Endpoint
GET
/aff/v1/offers/{offer_id}/platforms
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Response body parameters
Field
Type
Description
id
integer
offer_id
integer
A string that uniquely identifies this offer.
platform
string
Devices to be targeted, it might be PC/Mobile/Tablet.
system
string
Operating System in Device. By default it allows all OS in targeted platform.
version
array
Version of the system. By default it allows all versions in targeted system.
is_above
integer
A new field, is_above, is added to offer platform to support upper compatibility in platform. When new platform versions are upgraded, the traffic won’t be rejected. Allowed values: 0 Close; 1 Open
Example request
Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/16/platforms
Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/16/platforms
Example response
Last updated