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 contact-list Example $res = $mk->createList([ 'name' => 'Beta testers', ]); ← All methods · Docs · mailkite.dev