For a given portal, return a contact list by its unique ID. This returns only the metadata for the list; see the contacts endpoint for getting the contact records in the list.
GET
/
contacts
/
v1
/
lists
/
{list_id}
Get a contact list by its unique ID
Copy
Ask AI
curl --request GET \ --url https://api.hubapi.com/contacts/v1/lists/{list_id}