< All Topics

API Integration

An API acts as an interface that is essential for establishing communication helping to perform administrative tasks between an external system and NirvaShare. Using API service, external systems can communicate with NirvaShare for workflow automation with respect to administration.

api

External Systems can use API to perform administrative tasks like create, edit or delete operations on Shares, Login Profiles, Users, etc. 

JWT Tokens

  • JWT Tokens are commonly used to transfer data securely between two parties. It can be used both as an authentication system and for the exchange of information. JWT defines the structure of information that we are sending from one party to another.
  • NirvaShare uses JWT tokens to authenticate users accessing the API service.
  • Access rights are defined based on the roles assigned to the API user.

API User and API Access Token in NirvaShare

In order to create API user in NirvaShare, the following link provides a detailed procedure.

To generate API Access token, you can make use of the procedure provided in the following link.

Table of Contents