Postman Collections are the Core of the Postman ADE.
Developers can create a
Mock Server from a collection, allowing API users to view example request & response pairs, even before the API is complete.
Developers can
Debug APIs by creating requests, adding tests, and examining responses.
Automated Testing is completed by using the Postman Collection Runner to execute a complete collection, with multiple requests and tests. Postman’s Newman can access Postman Collections via the command line to integrate with CI/CD tools.
API Documentation publishes a shareable, customized view of the API’s Postman Collection - helping developers onboard quickly to an API.
API Monitoring is a scheduled service to run a Postman Collection, reporting results based on tests embedded in the collection, and reported in the user’s Postman dashboard.
Publishing an API collection can be done via a Run In Postman button, embedded within the publisher’s site, and downloading a Postman Collection directly into the developer’s Postman instance.