I need to do post man connection

i need a postman setup can anyone please give me the link or anything it will bwe helpful

1 Like

Postman Collections | SailPoint Developer Community

go through with these setup bro

1 Like

Hi @Chaithu9110,
I am unable to open the link. The link you have send its for only the @Pradeep979 is it ?

Postman Collections | SailPoint Developer Community

1 Like

The link you have provided this is only for the postman collection but i want how we can do the Postman Setup.
Previously you send some team related link and @Pradeep979 has marked your answer as solution how i don’t know.
Please don’t send any link send the related one and also i don’t know how he marked your answer as solution.

can you tell me the what is your current problem

2 Likes

I am unable to do the connection so i want the link how i can setup the postman. I am new one. please send the link so that i can set up my postman.

in the above link u find the fork setup click on it after that create a environment and give client credintials

2 Likes

After you fork the collections into your Postman, (“v3” and “beta” for the beginning), make sure to create multiple environments (for example: “sandbox environment” and “production environment”)

In each environment you will need to set the following:
-tenant (name of tenant, examples: yourorg-sb or yourorg(for prod) )
-clientId
-clientSecret
-accessToken (you don’t need to include this variable in any environment manually, as it will be created and populated with value upon your first request (as there is pre-request script which fires before you send any request))

clientId and secret are fetched from the tenant

-each collection will be already preconfigured so you don’t need to setup anything there

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.