View contact lists and their properties.
Method | Description |
---|---|
GET /contact_lists Returns lists of contacts that match the query. This method supports the semantics of search queries. Requires authorization and access right contacts_view. | |
HEAD /contact_lists Returns the number of contact lists that match the query. This method supports the semantics of search queries. Requires authorization and access right contacts_view. | |
GET /contact_lists/v1 Returns legacy contact lists that match the query. This method supports the semantics of search queries. Requires authorization and access right contacts_view. | |
HEAD /contact_lists/v1 Returns the number of legacy contact lists that match the query. This method supports the semantics of search queries. Requires authorization and access right contacts_view. | |
GET /contact_lists/v1/listId Returns contact lists in legacy format. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId Returns a contact list by its ID. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId/contacts Returns the contacts and contact list that match the query. This method supports the semantics of search queries. Requires authorization and access right contacts_view. | |
HEAD /contact_lists/listId/contacts Returns the number of contacts from the contact list that match the query. This method supports the semantics of search queries. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId/contacts/contactId Returns a contact in the contact list by its ID. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId/properties Returns the fields in the contact list. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId/properties/propertyId Returns a field in the contact list by its ID. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId/segments Returns the segments in the contact list. Requires authorization and access right contacts_view. | |
GET /contact_lists/listId/segments/segmentId Returns a segment in the contact list by its ID. Requires authorization and access right contacts_view. |