I have been creating a list in my HTML form and kept getting errors that '0' or '1' was not a valid email list to subscribe to. Later I find out that a default email list number was a 10 digit number! How can I see the actual ID number associated with each email list in my account settings? This is not very intuitive unless you know a way I can retreive the list in an HTML form when submitting to the addOrUpdateContact.php example in your API. Remember I want to create a simple form in HTML not PHP or anything else.
... View more