| Variable | Type | Description |
|---|---|---|
| list_id | int|string | The ID of the list on which the integration was added |
| integration | string | The integration for which to fetch the settings |
| Parameter | Description |
|---|---|
| array | Array containing the integration settings |
{ "api_url": "https:\/\/www.example.com\/api\/newsman", "api_key": "the_api_key", "plugin_version": 1 }
| Code | Message | Description |
|---|---|---|
| 407 | Missing required param list_id | list_id param is required |
| 407 | Missing required param integration | integration param is required |
| 18001 | Invalid integration | Integration is not available |
| 101 | Not allowed for list_id = %s | Invalid access to list_id |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param integration", "code": 407 }
{ "err": true, "message": "Invalid integration", "code": 18001 }