6.3 Calling the API to Generate the URL
To call the API, follow these steps:
- Open a relevant tool.
- Copy only the Authorization Token that you got from the Authentication Request.
- Go to Header.
- Enter KEY as an Authentication and Description as a bearer (Authorization
Token)
<eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>
. - Send a request using the GET Method. The request must be in the following
format:
- URL-
https://<HOST_NAME:PORT>/<TENANT>/dsa-ext/v1/data-access/keys/<connector_id>
- URL-