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

Postman Collections | SailPoint Developer Community

go through with these setup bro

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

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

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

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