Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Postman - Saviynt REST API

Dev
New Contributor III
New Contributor III

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

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

@Dev 

You can create different environments, such as QA, DEV, and PROD, and between it , Environment needs the following 5 variables:

VariablevaluePurpose
urlhttps://domain.saviyntcloud.comURL of application  (Change domain as per your needs)
URLhttps://domain.saviyntcloud.comURL of the application (change domain as per your needs)
token The token will be used for subsequent calls.
usernamerushiSaviynt user's username
passwordABCD@123Password of the user.
pathapi/v5Path in API url

rushikeshvartak_0-1724289670882.png

 

  • How do I import the Saviynt Postman package & create environments in Postman?

Recording 2024-08-21 at 21.38.54.gif

  • How to import environment in postman

Recording 2024-08-21 at 21.48.12 (1).gif

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


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Dev
New Contributor III
New Contributor III

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?

You can add documentation feedback Refer https://docs.saviyntcloud.com/bundle/Doc-Site-Help/page/Content/Sharing-your-feedback.htm 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.