Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 451 Bytes

File metadata and controls

25 lines (15 loc) · 451 Bytes

createDomain

Add a domain. Returns the domain + DNS records.

HTTP: POST /api/domains

Parameters

Field Type Required Description
domain string

Returns

any

Example

Object res = mk.createDomain(Map.of("domain", "app.mailkite.dev"));

← All methods · Docs · mailkite.dev