Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 601 Bytes

File metadata and controls

25 lines (15 loc) · 601 Bytes

checkDomainAvailability

Check whether a domain is available to register, and at what price. Read-only — no charge.

HTTP: GET /api/domains/register/check

Parameters

Name In Description
domain query

Returns

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

Example

Object res = mk.checkDomainAvailability("acme.com");

← All methods · Docs · mailkite.dev