createList Create a contact list. Returns the list with its id (lst_…); add contacts with addListContacts. HTTP: POST /api/lists Parameters Field Type Required Description name string ✓ Returns any Example Object res = mk.createList(Map.of("name", "Beta testers")); ← All methods · Docs · mailkite.dev