Get offer’s post back URL by event id
HTTP method
Endpoint
GET
/v1/offers/{offer_id}/offer_events/{event_id}/postbacks
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
event_id
The unique id for the offer event.
Response body parameters
Field
Type
Description
url
string
Postback URL. [Deprecated]
code
string
Postback URL.
NOTE: url and code get the same information, mainly in the code information based.
Example request
Request GET https://{networkname}.api.offerslook.com/v1/offers/1/offer_events/3/postbacks
Request GET http://{networkname}.api.offerslook.com/v1/offers/1/offer_events/3/postbacks
Example response
Last updated