08/28/2023 06:47 AM
Hi Team
We want to establish a REST Connector. There is no connect url.
We have apis for add access where we pass username and password. How can we build connection json without connection url
08/28/2023 08:07 AM
Did you check here : Developers Handbook (saviyntcloud.com)
You need to have payload for connection setup
08/28/2023 08:52 AM - edited 08/28/2023 08:56 AM
Below document explains step by step process for Connection JSON construction (also other type of JSON):
https://docs.saviyntcloud.com/bundle/REST-v2022x/page/Content/Examples-for-JSON-Construction.htm
Before you try the same in Saviynt, make sure that connectivity works from Postman and response from Postman body can be used in the JSON construction(as explained in above document)
08/28/2023 09:20 AM
Thank you
I have checked this document but I am looking for a specific usecase for Authentication where there is no specific URL for connection.