From HEXONET Wiki
Line 25: | Line 25: | ||
<h2>Base URL</h2> | <h2>Base URL</h2> | ||
− | The base url, in order to connect to our system is | + | The base url, in order to connect to our system is https://api.ispapi.net/api/call.cgi |
The base url, in order to connect to our OT&E (Testbed System) is: https://api.ispapi.net/api/call.cgi?s_entity=1234 | The base url, in order to connect to our OT&E (Testbed System) is: https://api.ispapi.net/api/call.cgi?s_entity=1234 | ||
Line 32: | Line 32: | ||
<h2>Event management</h2> | <h2>Event management</h2> | ||
− | A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: < | + | A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: <code>[[StatusEvent|StatusEvent]]</code>, <b>[[QueryEventlist|QueryEventlist]]</b> and <b> [[DeleteEvent|DeleteEvent]]</b>. Alternatively you can use the option <b>[[EventsPop3|Receive Events over POP3]]</b>. Please note that you should always choose only one method to avoid inconstancies. |
HEXONET informs you via email about all events via the <b> [[PushEvents|PushEvents]]</b> feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security. | HEXONET informs you via email about all events via the <b> [[PushEvents|PushEvents]]</b> feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security. |
Revision as of 13:54, 28 August 2012
Contents |
API access
These are the current methods of getting access to the HEXONET system:
Download: SMTP-Gateway
Download: SOAP-Gateway
Download: XMLRPC-Gateway
Base URL
The base url, in order to connect to our system is https://api.ispapi.net/api/call.cgi
The base url, in order to connect to our OT&E (Testbed System) is: https://api.ispapi.net/api/call.cgi?s_entity=1234
Event management
A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: StatusEvent
, QueryEventlist and DeleteEvent. Alternatively you can use the option Receive Events over POP3. Please note that you should always choose only one method to avoid inconstancies.
HEXONET informs you via email about all events via the PushEvents feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security.
System API error codes
Please find below a list of all API - Error CODES:
System usage restrictions
API commands
Download: Core API