/contacts [deprecated]Ask AIget https://api.mixmax.com/v1/contactsLists all your Mixmax Contacts (ie people you've emailed using Mixmax). Does not currently return contacts shared with you via shared contact groups (a performance limitiation).Query ParamssortstringDefaults to (created date)Field to sort by. One of: name, email, timestamp, or usedCountsortAscendingbooleanDefaults to falseTrue to sort ascending (A-Z)searchstringDefaults to noneOptional search string. See below for format. If using search string, ALL contacts will be searched - even those shared with you.includeSharedbooleanDefaults to falseTrue to include contacts shared with you. Can only be used when also using search= due to current performance limitations.expandstringFields to expand in comma separated form. Currently supporting 'firstName', 'lastName', 'groups', 'notes' and 'salesforce'.withAnalyticsbooleanDefaults to falseInclude analytics in the responsedatesstringDefaults to last30A string describing the analytics date range. One of 'today', 'yesterday', 'last7', 'thisWeek', 'lastWeek', 'last30', 'thisMonth', 'lastMonth', 'last12Months', 'thisYear', 'lastYear', 'allTime' or 'specific'.timezoneOffsetint32The client's timezone offset, in minutes. Used to determine date ranges.sincedate-timeWhen dates is 'specific', the lower bound (in ms).untildate-timeWhen dates is 'specific', the upper bound (in ms).Response 200200Updated 3 months ago