My external project uses the API to post a contact to a give contact list however the API only accepts contact list IDs. The ID is not shown anywhere in the contact list. I can only find it by decoding the URL parameters in the list link.
Recommendation
Display contact list ID directly in the list view
Allow the API to search for a particular list by name
As it sits now I have to either decode the ID in the link or search through all contact lists, which may be problematic as campaigns grow.

