Sips Paypage OpenAPI
To search in the page use Ctrl+F on your keyboard
Introduction
The OpenAPI specification is an open source specification used to describe an API, it allows to generate an interface independent of any programming language.
The latter succinctly describes:
-
The HTTP calls as well as the methods used for each call.
-
The parameters used in each method as well as their types.
-
The responses returned by each request.
-
The schemas.
-
The security implemented by the API.
For more information regarding the OpenAPI specification. Please visit this link.
Try our API
You can try the functions we offer in our Sips Connectors.
Each request must have a valid seal based on the input parameters.
To generate a seal. Please refer to this page where you will find code examples in Php, Java and .net.
For more information, you can also read the technical documentation of the connector.
A data dictionnary is available to help you understand the different methods you can use.