Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/21/2024 01:59 PM
How can we keep postman url in one location instead of updating in each api.
currently i am updating url in each api and path also
Solved! Go to Solution.
08/21/2024 06:50 PM - edited 08/21/2024 06:51 PM
You can create different environments, such as QA, DEV, and PROD, and between it , Environment needs the following 5 variables:
Variable | value | Purpose |
url | https://domain.saviyntcloud.com | URL of application (Change domain as per your needs) |
URL | https://domain.saviyntcloud.com | URL of the application (change domain as per your needs) |
token | The token will be used for subsequent calls. | |
username | rushi | Saviynt user's username |
password | ABCD@123 | Password of the user. |
path | api/v5 | Path in API url |
Also attached is the postman environment export [change file name from.txt to .json to import environment in postman]
Note : Some APIs in Saviynt REST package have upper case (URL) or lower case (URL) in package; hence, a 2-time URL is defined [This has been raised with the Saviynt team as a pending fix]
Refer to the Saviynt API Documentation
https://docs.saviyntcloud.com/bundle/API-Reference-Guide/page/Content/API-References.htm
09/03/2024 07:07 AM
Thank you so much, @rushikeshvartak , for your incredibly detailed and insightful explanation. Your expertise is truly invaluable, and I hope Saviynt will consider enhancing their documentation to make it more user-friendly for those who are new to the platform.
Your support has been a lifesaver once again, and I genuinely appreciate your dedication and effort.
Out of curiosity, why hasn't Saviynt included this in the Postman collection by default for promoting responses and other related tasks?
09/03/2024 07:12 AM
You can add documentation feedback Refer https://docs.saviyntcloud.com/bundle/Doc-Site-Help/page/Content/Sharing-your-feedback.htm