Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 446 Bytes

File metadata and controls

27 lines (17 loc) · 446 Bytes

createDomain

Add a domain. Returns the domain + DNS records.

HTTP: POST /api/domains

Parameters

Field Type Required Description
domain string

Returns

any

Example

res = mk.createDomain({
    "domain": "app.mailkite.dev",
})

← All methods · Docs · mailkite.dev