| Variable | Type | Description |
|---|---|---|
| list_id | string|int | The ID of the list for which to get the moderators |
| Parameter | Description |
|---|---|
| array | The emails of the moderators |
[ "email1@example.com", "email2@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 }