Pull the latest state of a domain from the registrar. Use domain sync to refresh a registered domain’s status, expiry date, and nameservers, and transfer sync to poll a pending inbound transfer.

Domain sync

Refresh the stored status, expiry date, and nameservers of a domain from the registrar. POST /domains/{domain}/sync

Parameters

text
required
The domain to refresh, for example example.com.

Request

Response

On an active domain, sync updates the stored record from the registrar and returns a success status. If the registrar does not recognise the domain, it returns a 500 with the registrar’s message:
A 500 “Registrar Error: Domain … not found in this registrar” appears while the domain is still pending, before it is provisioned to the registrar backing your account. Sync succeeds once the domain is active. See Credits and billing.

Transfer sync

Poll the progress of a pending inbound transfer and update its status from the registrar. POST /domains/{domain}/transfersync

Parameters

text
required
The domain whose transfer you are polling, for example example.com.

Request

Response

Transfer sync returns the updated transfer status once the domain and its transfer order are active in your account. Until the domain is provisioned to the registrar, expect the same registrar-not-found error as domain sync.