List domains
Lists the domains in the account.
Path parameters
The account id
Query parameters
Only include results with a name field containing the given string
Only include results with the registrant_id field matching the given value
Sort results. Default sorting is ascending by name.
Response
Domain listing.
Example response
{
"data": [
{
"id": 1,
"account_id": 1010,
"registrant_id": null,
"name": "example-alpha.com",
"unicode_name": "example-alpha.com",
"state": "hosted",
"auto_renew": false,
"private_whois": false,
"expires_at": null,
"trustee": false,
"created_at": "2014-12-06T15:56:55Z",
"updated_at": "2015-12-09T00:20:56Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"total_pages": 1
}
}Changes
Changed in 4 of the 52 revisions of this API.2119
- ▲
removed the required property
data/items/trustee_servicefrom the response with the200statusresponse-required-property-removed
- ○
added the required property
data/items/trusteeto the response with the200statusresponse-required-property-added
- ▲
- ○
added the required property
data/items/trustee_serviceto the response with the200statusresponse-required-property-added
- ○
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/account_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/auto_renewbecame required for the status200response-property-became-required
- ○
the response property
data/items/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/expires_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/idbecame required for the status200response-property-became-required
- ○
the response property
data/items/namebecame required for the status200response-property-became-required
- ○
the response property
data/items/private_whoisbecame required for the status200response-property-became-required
- ○
the response property
data/items/registrant_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/statebecame required for the status200response-property-became-required
- ○
the response property
data/items/unicode_namebecame required for the status200response-property-became-required
- ○
the response property
data/items/updated_atbecame required for the status200response-property-became-required
- ○
the response property
paginationbecame required for the status200response-property-became-required
- ○
the response property
pagination/current_pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/per_pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/total_entriesbecame required for the status200response-property-became-required
- ○
the response property
pagination/total_pagesbecame required for the status200response-property-became-required
- ○
- ▲
the response property
data/items/expires_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/registrant_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
databecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/account_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/auto_renewbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/expires_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/private_whoisbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/registrant_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/statebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/unicode_namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/updated_atbecame optional for the status200response-property-became-optional
- ▲
the response property
paginationbecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/current_pagebecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/per_pagebecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/total_entriesbecame optional for the status200response-property-became-optional
- ▲
the response property
pagination/total_pagesbecame optional for the status200response-property-became-optional
- ▲
removed the required property
data/items/trusteefrom the response with the200statusresponse-required-property-removed
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲