Using the TransIP REST API
Make advanced simple. Use the API to automatically manage your services at TransIP.
Make advanced simple. Use the API to automatically manage your services at TransIP.
No restrictions are placed on the use of our API. However, we do have a Fair Use Policy for our API. Normal use is allowed. Abusive use and for example the executing of 'dropcatching' is not allowed. These might negatively influence our server performance. Abuse of the API might lead to an API block.
In this tutorial we show how to authenticate with the TransIP API using PHP.
The fundamentel concept of a RESTful API is the 'resource'. All information which can be defined is a resource: a document, image, etc
An API is a collection of definitions which allows a program or script to easily communicate with another program or script.
In this article, we walk through the installation and configuration of the TransIP API CLI client.
An IDE (Integrated Development Environment) gives programers a powerful toolset to make coding easier.