Getting a Domain List

Synopsis

DescriptionA command to retrieve a list of domain names on your account.
URLhttps://toolkit.centralnic.com/srv/list_domains
HTTP MethodPOST
Requires Authentication?Yes
Requires SSL?Yes
 
Query Parameters:
testThe test flag (eg 1 or 0, optional)
userYour Registrar ID (eg H12345)
passwordYour Toolkit Password
offsetThe number of records to offset from the start of the list (optional)
lengthThe number of records to return (optional)
orderbyWhat field to sort by (optional)

This command a returns a list of all the domain names on your account. offset and length behave in the expected SQL-like manner. orderby may be either name, regdate or expirydate.

The response for this data is of the form

Response Format

Transaction-ID: e2ca01ad7135e787a5e97ad5b421ed74
example.uk.com: Live::1001286000::1064358000
.
.
.

The key is the domain name, the first field is the domain's status, the second is the registration date and the third is the expiry date.

Note about Expiry Dates

Due to technical limitations, the expiry date shown in responses is the expiry date of the domain before any unpaid registration and renewal periods are taken into account. This means that, for example, the expiry date of a newly registered domain name will be the same as its creation date, like so:

example.uk.com: Live::1001286000::1001286000