×
Menu
Index

REST API

 
 
Create your REST API plugin in your tenant to be able to use the VSNCrea Public API and all the available operations. In order to guarantee a proper isolation between different integrations, it's recommended to create an individual REST API plugin for each application.
 
These are the parameters to configure this plugin:
 
 
 
 
 
 
 
Once you create the plugin, you will need to get the Access Token before you can perform requests to any REST endpoint. To do so, you will need to make a POST call with this instructions:
 
 
As a result of this call, you should get the Access Token that you will need to authenticate with the API.
 
 
An access token has a limited lifetime, if your token expires please repeat the previous HTTP request to get another token, and discard or remove the expired one.
 
Once you have a valid access token, use it to authenticate your requests. To achieve so, just include the following header in your HTTP requests (replacing "{access_token}" with your real access token):
 
 
 
The online help was made with Dr.Explain