| Variable | Type | Description |
|---|---|---|
| list_id | int|string | The ID of the list for which to get the integration properties |
| props | array|struct | Hash array with the integration properties of a list which are to be returned |
| Parameter | Description |
|---|---|
| array | Array containing the specified properties |
{ "custom_api_key": "the_value" }
| Code | Message | Description |
|---|---|---|
| 407 | Missing required param list_id | list_id param is required |
| 407 | Missing required param props | props 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 }
{ "err": true, "message": "Missing required param props", "code": 407 }