http://smtp.mailganer.com/api/v2/manage/get_mailing_list?user_id=12345
{
"status": "ok",
"mailing_ids": [
{
"id": 123,
"active": true,
"domain_from": [
"mailganer.com"
],
"check_stop_list": true,
"webhook_active": true,
"webhook_url": "https://webhook.mailganer.com/webhook_endpoint"
},
{
"id": 456,
"active": false,
"domain_from": [
"mailganer.com"
],
"check_stop_list": false,
"webhook_active": false,
"webhook_url": ""
}
]
}