<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Domains-domainName-hosts%3AGET</id>
		<title>Domains-domainName-hosts:GET - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Domains-domainName-hosts%3AGET"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-hosts:GET&amp;action=history"/>
		<updated>2026-05-16T08:33:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Domains-domainName-hosts:GET&amp;diff=1019&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 87</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-hosts:GET&amp;diff=1019&amp;oldid=prev"/>
				<updated>2013-11-15T21:22:26Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 87&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:22, 15 November 2013&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Domains-domainName-hosts:GET&amp;diff=1018&amp;oldid=prev</id>
		<title>Venzi.iliev: Created page with &quot;= GET /domains/''{domainName}''/hosts = Get the current hosts in a domain.  __TOC__ == Request == &lt;code&gt;GET /domains/''{domainName}''/hosts&lt;/code&gt;  ==== Parameters ==== None. ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-hosts:GET&amp;diff=1018&amp;oldid=prev"/>
				<updated>2013-10-11T13:51:30Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= GET /domains/&amp;#039;&amp;#039;{domainName}&amp;#039;&amp;#039;/hosts = Get the current hosts in a domain.  __TOC__ == Request == &amp;lt;code&amp;gt;GET /domains/&amp;#039;&amp;#039;{domainName}&amp;#039;&amp;#039;/hosts&amp;lt;/code&amp;gt;  ==== Parameters ==== None. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= GET /domains/''{domainName}''/hosts =&lt;br /&gt;
Get the current hosts in a domain.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Request ==&lt;br /&gt;
&amp;lt;code&amp;gt;GET /domains/''{domainName}''/hosts&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
=== URI Parameters ===&lt;br /&gt;
{{DomainName}}&lt;br /&gt;
&lt;br /&gt;
=== Request Headers ===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
=== Request Body ===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
&lt;br /&gt;
=== Status Code ===&lt;br /&gt;
;200 OK&lt;br /&gt;
: Returns the hosts&lt;br /&gt;
&lt;br /&gt;
;404 Not Found&lt;br /&gt;
: No domain records found for the given domain name.&lt;br /&gt;
&lt;br /&gt;
;500 Internal Server Error&lt;br /&gt;
: An error has occurred with the registry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Response Body ===&lt;br /&gt;
The hosts in a domain.&lt;br /&gt;
&lt;br /&gt;
== Example of getting the domain authorization code. ==&lt;br /&gt;
'''Request'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
GET /domains/example.com/hosts&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Response'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
200 OK&lt;br /&gt;
Content-Type: application/json; charset=UTF-8&lt;br /&gt;
&lt;br /&gt;
{&amp;quot;hosts&amp;quot;: [{&lt;br /&gt;
   &amp;quot;name&amp;quot;: &amp;quot;ns1.ng-test-fitnesse-20130202-0605.com&amp;quot;,&lt;br /&gt;
   &amp;quot;address&amp;quot;: &amp;quot;133.45.67.1&amp;quot;}, {&lt;br /&gt;
   &amp;quot;name&amp;quot;: &amp;quot;ns2.ng-test-fitnesse-20130202-0605.com&amp;quot;,&lt;br /&gt;
   &amp;quot;address&amp;quot;: &amp;quot;133.45.67.2&amp;quot;}]}&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Domain Name Registration|Domain Name Registration API]]&lt;br /&gt;
* [[Common Features]]&lt;br /&gt;
&lt;br /&gt;
{{disqus}}&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Domain Name Registration API]]&lt;/div&gt;</summary>
		<author><name>Venzi.iliev</name></author>	</entry>

	</feed>