Hello ChanelM063,
Thank you for reaching out to Constant Contact API Developer Support. My team is here to assist outside software developers with questions about building into Constant Contact's API.
To retrieve the Contact IDs, you'd want to make a GET call to the Contacts endpoint. You can search by individual email address, by status, list, and other factors. The response body of this call will include the contact_id for each contact returned:
GET Contacts Collection
https://v3.developer.constantcontact.com/api_reference/index.html#!/Contacts/getContacts
Overview of V3 contacts functionality
https://v3.developer.constantcontact.com/api_guide/contacts_overview.html
You can utilize our API Reference Page to find body schemas & values, as well as test the functionality of our available endpoints to see how they will work once programmed within your application:
https://v3.developer.constantcontact.com/api_reference/index.html
Please have a look and let us know if you have any other questions!
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up