< All Topics

Generate API Access Token

API Access Token consists of an encrypted access key code that acts as an identifier when sent to an API server.

It is a credential that allows an application to access an API in NirvaShare. API token can be generated both from the UI and also through the REST api. In this document, we have provided a detailed procedure that can help in creating API Access token from UI.

API Access Token

To generate an API Access Token, please follow the below mentioned steps.

  • Go to NirvaShare Admin console.
  • Under Users and Roles, click on Admin Users.
  • Select the API user and right click on it.
API
  • Click on Create Access Token from the drop down menu.
  • This will create a new token and allows to download. Use this token for the API calls.

Note – In case if no secret key exists or has expired, please create a new key by referring to Create a New Secret Key.

Alternatively, you can also generate the access token through Login API.  Please refer to Login API documentation.

Table of Contents