A REST API provide a flexible, lightweight way to connect applications in a client/server architecture and have emerged as the most common method for consuming web services.
A REST API client communicates with the server via HTTP requests to perform standard functions like creating, reading, updating, and deleting data. For example, a REST API would use a GET request to retrieve a domain, a POST request to create a new one, a PUT request to update it, and a DELETE request to delete another one.
Thanks to this API, you can buy and configure NETIM products without needing to connect to the web interface.
How to get access to the API?
To use this REST API, you must have a reseller account.
If you are an existing customer, contact the sales team in order to learn more about the reseller program and upgrade your account.
If you are new and want to become one of our resellers, you need to signup for a reseller account. Feel free to contact our sales team at a first step to discuss your needs.
It is recommended that you use the testing environment (OT&E) to integrate the API. Our OT&E is an exact replica of our systems for development purpose.
Information
We are still in beta version.
Which languages the API is
compatible with?
Any programming language could be used as long as you are able to send http requests and parse results as JSON format.