Skip to main content
POST
Change conversion status

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.

Body

application/json
new_status
required

Target conversion status. Accepts either numeric status ID or status name.

filters
object
required
fire_postbacks

Whether to fire affiliate postbacks.

Available options:
0,
1
notes
string | null

Optional public note applied to every updated conversion. Empty string is ignored.

Response

Status change result.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object