Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}} <h1>HTTP Socket </h1> '''You can also connect by using the following HTTP call:''' <pre>http://api.ispapi.net/api/call.cgi?s_login=reseller&s_pw=YOURPASSWORD</pr...")
 

Latest revision as of 13:17, 28 August 2012

HTTP Socket

You can also connect by using the following HTTP call:

http://api.ispapi.net/api/call.cgi?s_login=reseller&s_pw=YOURPASSWORD


OT&E environment can be reached using:

http://api.ispapi.net/api/call.cgi?s_entity=1234&s_login=reseller&s_pw=YOURPASSWORD


The API commands are passed on through the parameters:

http://api.ispapi.net/api/call.cgi?s_login=reseller&s_pw=YOURPASSWORD&command=CheckDomains&domain0=test.de&domain1=test.com


HTTPS Socket

You can also connect by using the following HTTPS call:

https://api.ispapi.net/api/call.cgi?s_login=reseller&s_pw=YOURPASSWORD

OT&E environment can be reached using:

https://api.ispapi.net/api/call.cgi?s_entity=1234&s_login=reseller&s_pw=YOURPASSWORD

The API commands are passed on through the parameters:

https://api.ispapi.net/api/call.cgi?s_login=reseller&s_pw=YOURPASSWORD&command=CheckDomains&domain0=test.de&domain1=test.com