This article applies to customers who have the legacy version of Scaleo.
Please visit our new API Guide.
Change the status of selected transactions by transactions IDs.
URL
http://[platform_URL]/api/manager/change-transactions-status
Parameters
Field Name | Required | Description |
---|---|---|
api-key | Yes | Ask your Admin for API activation. API Key could be found on your Profile page. |
Send with POST | ||
new_status | Yes | Set the new status for the transaction(s): 2 = Conversion, 3 = Pending, 4 = Rejected |
ids | Yes | Transactions IDs, separated by coma |
goal_id | No | The goal ID, which will be used for creating a new conversion, pending or rejected transaction(s), when changing status for a click. If the goal ID is not set, the offer's default goal will be used instead |
track_id | No | The optional Track ID value |
sale_amount | No | The value of sale amount (required for CPS goals) |
Sample
Request
http://demo.scaleo-up.com/api/manager/change-transactions-status?api-key=d6b707eb9833f10610a5192bfc8a76cc4657bce5
POST:
new_status=3
ids=177,178
Response
{
"status": 200
"code": 0
"name": "OK"
"message": "Transactions status has been changed successfully"
}