Linkar REST API provides an interface for applications to interact with your Linkar Suite by sending and receiving data as JSON or XML objects.

All CRUD operations are supported by the API, including execution of TCL commands and BASIC subroutines. This facilitates usage of the MVDBMS by any client application with no understanding of MV or Linkar.

Linkar Suite can listen to HTTP requests thanks to the web server that it incorporates into the installation. Linkar can also be installed under the Internet Information Server or Apache umbrella.

The authentication model used is based on the generation of API Keys. The Linkar administrator generates an API Key with the necessary parameters for authentication. This way no login credentials are shared. This API Key must be attached in the header of the HTTP call so that Linkar can recognize its validity and execute the operation.

Back to LINKAR