| Variable | Type | Description |
|---|---|---|
| campaign_id | string|int | The ID of the campaign to be confirmed |
| Parameter | Description |
|---|---|
| boolean | True if the update has succeeded, False otherwise |
true | Code | Message | Description |
|---|---|---|
| 407 | Missing required param campaign_id | campaign_id param is required |
| 131 | No such campaign with ID: %s. | Invalid access to campaign_id |
| 1312 | Campaign %s can't confirm. | This campaign cannot be confirmed |
| 1316 | Campaign confirmation not allowed for this account - account locked. | Campaign confirmation not allowed for this account - account locked |
| 1316 | Campaign confirmation not allowed for this account - unpaid invoices limit exceeded by %s | Unpaid invoices limit exceeded |
| 1316 | Campaign confirmation not allowed for this account - maximum free credits limit has been reached | Free usage limits exceeded |
{ "err": true, "message": "Missing required param newsletter_id", "code": 407 }
{ "err": true, "message": "Campaign confirmation not allowed for this account - account locked.", "code": 1316 }
{ "err": true, "message": "Campaign confirmation not allowed for this account - unpaid invoices limit exceeded by 1", "code": 1316 }
{ "err": true, "message": "Campaign confirmation not allowed for this account - maximum free credits limit has been reached", "code": 1316 }