Skip to main content
PUT
Update postback

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Path Parameters

affiliate_id
integer
required

Affiliate ID.

id
integer
required

Postback ID.

Body

application/json
id
integer
required

Postback ID. Must match URL path {id}.

affiliate_id
integer
required

Affiliate ID.

level_id
integer

Postback level: 1=global, 2=offer, 3=goal.

type
integer

Postback type: 1=server, 2=iframe, 3=image.

code
string

Event code. E.g. "all" for all events.

status
integer

Status: 1=active, 2=disabled.

url
string
events
string[]
offer_id
integer
goal_id
integer

Response

Updated postback.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object