Variable | Type | Description |
---|---|---|
list_id | int|string | The ID of the list for which to get the properties |
Parameter | Description |
---|---|
after_unsubscribe_goto | The custom unsubscribe link of the list (if exists) |
from_email | The from email |
from_name | The from name |
link_params_append | The parameters appended on link click |
list_secret | The secret of the list (eg: use for subscriber hash check) |
owner | The designated owner name of the list |
owner_adresa | The designated owner address of the list |
owner_email | The designated owner email of the list |
owner_telefon | The designated owner telephone of the list |
owner_url | The designated owner url of the list |
send_rate_text | The send frequency message (may be displayed in forms) |
site_name | The name of the website which the list references |
site_url | The url of the website which the list references |
{ "from_email": "info@example.com", "from_name": "Example.com", "link_params_append": "utm_source=newsletter&utm_campaign=##subject##&utm_content=Newsletter-##newsletter_id##-##date##&utm_medium=email", "list_secret": "my secret here", "owner": "Owner Name", "owner_adresa": "Example Street", "owner_email": "info@example.com", "owner_telefon": "Owner Telephone", "owner_url": "https:\/\/www.example.com", "send_rate_text": "weekly", "site_name": "Example", "site_url": "https:\/\/www.example.com" }
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
101 | Not allowed for list_id = %s | Invalid access to list_id |
{ "err": true, "message": "Missing required param list_id", "code": 407 }