Search This Blog
Hello there, warm Welcome :-) I am trying to share the knowledge and cool things I learnt during my QA journey!! I hope you find something interesting here :-)
Featured
- Get link
- X
- Other Apps
Postman API!!
Yes, Postman is used by millions of users due to its usability and features.
To start with, you need to navigate to the public workspace and from there you need to fork the Postman Man API and start using.
As a pre-requisite here you would need a Postman account of course and a valid API-Key.
Steps:
1. Login to your Postman account.
2. Click the Profile Picture of yours.
3. Select “Account Settings”.
Now the set-up is completed. We have the API key, so we can now fork the collection from the Public workspace.
Steps:
1. Launch this URL.
2. Now the click the three dots to the Postman API.
So what next??
What does this API does? You might have been using Postman for quite long period with different workspaces, number of collections created with many environments…
Right?
Just by single click, you can get all the details here, and the collection is self explanatory with the different endpoints.
These are different folders under the collection.
As the name suggests each folder is related to specific entities.
1. Collections:
Here you can get the environment details using these requests.
3. Mocks:You can do all activities related to Mock servers using these requests.
4. Monitors:
You can perform all the Monitor related activities using these requests.
5. Workspaces:
You can create/update and delete workspaces using this API requests.
6. Then we have few others like Users, Import and API
It sound’s cool right!! Indeed it is…
So now getting to know the uses, you can use these requests/API/collection in combination with our existing API/collection based on our needs.
For example, in a case if you need to retrieve all the collection variables in-between your execution, you can just call the specific request amongst the existing ones. And many more, it depends on your project requirements!!
Open the "Single Collection" request under Collections folder. You just need to provide the collection UID, and hit enter.
From version 8, you can get the UID’s from here.
And many more, it depends on your project requirements!! You can play around this to get to know more :-)In the response the variables of the specific collection is listed.
I hope this is useful to you, please comment your feedback or suggestions!!
- Get link
- X
- Other Apps
Popular Posts
What are the different types of variables in Postman? How and when to use them?
- Get link
- X
- Other Apps
Comments
Post a Comment