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