Authentication
(Difference between revisions)
Mike.robski (Talk | contribs) |
Mike.robski (Talk | contribs) |
||
Line 6: | Line 6: | ||
|+Domain Keys | |+Domain Keys | ||
|- | |- | ||
− | !style="border-style: solid; border-width: 1px"| SiteControl domain || domain_key | + | !style="border-style: solid; border-width: 1px"| SiteControl domain || domain_key || API URL |
|- | |- | ||
− | |style="border-style: solid; border-width: 1px"| enterprise.hostway.com | + | |style="border-style: solid; border-width: 1px"| enterprise.hostway.com |
|style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_enterprise | |style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_enterprise | ||
+ | |style="border-style: solid; border-width: 1px"| https://api.hostwayenterprise.com | ||
|- | |- | ||
|style="border-style: solid; border-width: 1px"| hostway.com | |style="border-style: solid; border-width: 1px"| hostway.com | ||
|style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_main | |style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_main | ||
+ | |style="border-style: solid; border-width: 1px"| https://api.hostway.com | ||
|- | |- | ||
|style="border-style: solid; border-width: 1px"| gate.com | |style="border-style: solid; border-width: 1px"| gate.com | ||
|style="border-style: solid; border-width: 1px"| sitecontrol_gate_us_main | |style="border-style: solid; border-width: 1px"| sitecontrol_gate_us_main | ||
+ | |style="border-style: solid; border-width: 1px"| https://api.gate.com | ||
|- | |- | ||
|} | |} |
Revision as of 07:05, 20 May 2013
Authentication is done with Basic Authentication. It is described in RFC 2617 Section 2.
To access the API using SiteControl credentials, use Users Name in the format <sitecontrol_username>@<domain_key>. Passwords are the same as the SiteControl password.
SiteControl domain | domain_key | API URL |
---|---|---|
enterprise.hostway.com | sitecontrol_hostway_us_enterprise | https://api.hostwayenterprise.com |
hostway.com | sitecontrol_hostway_us_main | https://api.hostway.com |
gate.com | sitecontrol_gate_us_main | https://api.gate.com |
See also