Tigron API
Overview
Welcome to the Tigron API. Our API allows you to control all the usual features found in our regular control panel and implement your own. We encourage you to try it out and report any issues you may encounter to support@tigron.be.
Accessibility
The API is available over several protocols over HTTP to allow you to use it in virtually every language that
supports sockets:
- SOAP Simple Object Access Protocol [→]
- JSON* JavaScript Object Notation [→]
- XML-RPC* XML Remote Procedure Call protocol [→]
Since it is currently in beta stage, not all functionality is available as of yet. Please refer to the menu on the left for an overview of the available modules.
* We don't actively support these interfaces as of yet, but they are available for your convenience.
Authentication
We will take the example for SOAP and PHP. To authenticate, you need to supply two SOAP headers, namely the interface you are connecting from and your user credentials.
Please see the client here for an example.