5 Mandatory Authentication to be perfomed before calling any API

To call the API, follow these steps:

  1. Open a relevant tool. For example: Postman, Command Prompt, and so on.
  2. Copy only the Authorization Token that you got from the Authentication Request.
  3. Go to Header, and enter KEY as an Authentication and Description as a bearer (Authorization Token/ Refresh Token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>.
  4. Send a request using the GET/POST method based on the end point details. The request must be in the following format:
    • URL Examples:
      • https://<HOST_NAME:PORT>/<TENANT>/dsa-ext/v1/data-access/keys/<connector_id>
      • https://<HOST_NAME:PORT>/<TENANT>/dsa-ext/v1/fileupd/gen-par
      • https://<HOST_NAME:PORT>/<TENANT>/public/downloadurl/export/{objCode}
      • https://<HOST_NAME:PORT>/<TENANT>/public/status/export/{code}