Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 490 Bytes

File metadata and controls

25 lines (15 loc) · 490 Bytes

getDomain

Get one domain with DNS records + webhook.

HTTP: GET /api/domains/{id}

Parameters

Name In Description
id path

Returns

get-domain-response — see the get-domain-response schema.

Example

const res = await mk.getDomain("dom_1");

← All methods · Docs · mailkite.dev