I have an API script created for me by a developer I hired for the purpose awhile back. I use it to coordinate constant contact list sign-ups with my webinar registrations from my website. Up until the recent changes I used to be able to create a new list for my webinar events and obtain it's list ID for use with my API script by going into the contact's admin section and displaying the list of my lists and hovering the mouse over the link for the list and I could see its ID in the link's URL. This has all changed, however, and when I called their tech support line I was directed here. Does anyone know how I can obtain my list IDs now without having to pay to get a script written for that purpose? Thanks, Simeon UPDATE: I managed to find and use https://api.constantcontact.com/ws/customers/{username}/lists in my browser and my API key/pass etc to get the browser to generate an xml of my lists. Problem is, they are not all there, looks like some sort of limitation on how many it will return or something. Any help would be appreciated on how to get them all or at least the IDs for those which were most recently created.
... View more