get https://api.mixmax.com/v1/contactgroups
Contact groups that you have access to (either that you have created, or that have been shared with you)
Deprecated
This endpoint is now marked for deprecation. While this endpoint is still functional, it will be phased out in the future and should not be used in new development efforts.
Parameter | Type | Description |
---|---|---|
_id | String | Unique ID |
userId | String | User id. Will be yours unless this is a shared list, then it will be the user id of the creator. Pass expand=userId on the querystring to expand this to include the name and email of the owner. |
groupId | String | If this group is associated with a google group, this will be the google id. |
name | String | Name of the contact group |
count (meta-field) | Number | Number of contacts in this group. This is a meta-field that is only returned if you pass expand=count on the request querystring. |
shared | Object | See format. |