Personal tools

From HEXONET Wiki

Jump to: navigation, search

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