Get information about a specific offer’s postback url

HTTP method

Endpoint

GET

/aff/v1/offers/{offer_id}/postbacks

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

Note: this offer must be approved by the audit.

Response body parameters

Field

Type

Description

id

integer

Affiliate postback id.

offer_id

integer

Offer id. Offer_id=0 indicates the Postback is a Global Postback.

affiliate_id

integer

Affiliaite id

event_id

integer

Event id.

code

string

Code.

status

string

Status of Postback. pending; approved; rejected

type

string

Type of code. 1:Image Pixel; 2:Postback URL; 3:HTML Pixel

create_time

integer

Create time.

update_time

integer

Update time.

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/102/postbacks

Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/102/postbacks

Example response

Last updated

Was this helpful?