initializeDnsZone
Initialize (create) the DNS zone for a domain. NOT needed after registerDomain — registration initialises the zone automatically. Use this only for pre-existing domains without a zone (e.g. after a transfer, or if registration opted out with initializeDnsZone:false). Safe to call on existing zones — it will not overwrite records. Required: domain (e.g., 'example.com')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |