http://smtp.mailganer.com/api/v2/manage/get_apikey_list?mailing_id=12345
{
"status": "ok",
"api_keys": [
{
"id": 123,
"api_key": "XXXXXXXXXX",
"check_ips": true,
"allowed_ips": [
"192.168.0.1"
]
},
{
"id": 456,
"api_key": "XXXXXXXXXX",
"check_ips": false,
"allowed_ips": []
}
]
}