| Variabila | Tip | Descriere |
|---|---|---|
| list_id | int|string | ID-ul listei pe baza căreia va fi identificat contul SMTP |
| string | Emailul pentru care să se preia status-ul de reject | |
| account_id | string|boolean | ID-ul unui anumit cont SMTP din care să fie preluat status-ul de reject pentru email (opțional). |
| Parametru | Descriere |
|---|---|
| struct | dict conținând următoarele chei: unsub, hardbounce, spam, bounce |
null | Cod | Mesaj | Descriere |
|---|---|---|
| 407 | Missing required param list_id | Parametrul list_id este obligatoriu |
| 101 | Not allowed for list_id = %s | Acces nepermis la list_id |
| 17001 | Invalid message | Valoarea parametrului message este invalidă |
| 17003 | Could not find the SMTP account | Nu a fost găsit contul SMTP |
| 17004 | The SMTP account is inactive | Contul SMTP este inactiv |
| 17018 | The email reject status could not be fetched: [error_reason] | Status-ul de reject pentru email nu a putut fi preluat |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Could not find the SMTP account", "code": 17003 }
{ "err": true, "message": "The SMTP account is inactive", "code": 17004 }
{ "err": true, "message": "The email reject status could not be fetched: [error_reason]", "code": 17018 }