Hi every one i am new to idn i need to know how to setup postman
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.