Authentication
(Difference between revisions)
Mike.robski (Talk | contribs) m (1 revision: Release 86) |
Mike.robski (Talk | contribs) |
||
Line 19: | Line 19: | ||
|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 | |style="border-style: solid; border-width: 1px"| https://api.gate.com | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| developer_US | ||
+ | |style="border-style: solid; border-width: 1px"| partner_api_developer_us_main | ||
+ | |style="border-style: solid; border-width: 1px"| https://dev.api.spstaging.hostway.com | ||
|- | |- | ||
|} | |} |
Revision as of 14:30, 15 May 2014
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 |
developer_US | partner_api_developer_us_main | https://dev.api.spstaging.hostway.com |
See also