Some Application Programming Interfaces (APIs) or plug-ins require a List ID in order to import to a specific contact list. If you need to provide a List ID you can always go through our Developer Portal or email webservices@constantcontact.com for the integration/application you are using.
Developers can use the built-in functionality to get lists in one of the SDKs. They can also use Constant Contact's IO docs or a REST client to make a Get /lists API call.
Non-Developers can use our API to retrieve the List IDs from their accounts. The information retrieved includes the List Name and List ID. If you are using a 3rd-party integration that is asking you to generate List IDs:
If you need a 32-digit list ID for your integration, then it uses our newer v3 API:
{ "list_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "General Interest", "favorite": false, "created_at": "2021-01-00T00:00:00Z", "updated_at": "2021-01-00T00:00:00Z" }
For more help using our v3 API, please see the API Docs section of our Developer Portal.
Follow these steps to use our IO Docs to make the API call through our legacy v2 API:
{ "id": "xxxxxxxxxx", "name": "General Interest", "status": "HIDDEN", "created_date": "2021-01-01T00:00:00.000Z", "modified_date": "2021-01-01T00:00:00.000Z", "contact_count": 0
For more help using our v2 API, please see the API Docs section of the v2 Developer Portal.
Copyright © 2025 · All Rights Reserved · Constant Contact · Privacy Center