| Variable | Type | Description |
|---|---|---|
| campaign_id | string|int | The ID of the campaign for which to send the confirmation |
| Parameter | Description |
|---|---|
| boolean | True if the send 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 |
{ "err": true, "message": "Missing required param campaign_id", "code": 407 }