Documentation helps you get more out of the collections and APIs that you work with in Postman. View documentation to learn more about the requests in a collection or how to interact with an API’s endpoints.
By default, documentation for a collection or API is private. You can view the documentation for any collections or APIs that have been shared with you directly or through an internal workspace.
Documentation writers can also choose to publish their documentation to make it publicly available. Anyone in the world can view the public documentation using a browser. If the associated collection is in a public workspace, people can also view the collection in Postman.
You can view the documentation for any collection that you created or for collections that have been shared with you.
Postman teammates with the Viewer role can view documentation, while teammates with the Editor role can also create and update documentation. Learn more about roles and permissions.
To view documentation for a collection, do the following:
In the left sidebar, choose a collection.
You can also search for collections on the Postman API Network.
In the Overview tab, click View complete documentation.
The documentation includes a description of each request and details such as the method and URL, the required authorization type, and any headers or parameters. For each request, you can view sample code in various client languages, together with example response bodies and headers.
Use the following options to customize the appearance of the documentation:
Another way to view documentation is to visit your user profile. Click the Collections tab for a list of collections that have been shared with you and your own collections. Choose a collection, then click View complete documentation to view its documentation.
Postman automatically creates documentation for a collection you create. With types in collections, you can build out this documentation by designing your API using a collection. You can add more details, such as data type and possible values, to request parameters, headers, and bodies in an HTTP collection.
API developers can create detailed documentation for any API to help consumers understand and interact with their API’s endpoints.
To view API documentation from a collection with types, do the following:

Public documentation is hosted by Postman. To access public documentation, enter the documentation URL in the address bar of your browser. The URL is generated by Postman during the publication process.
Each request entry can have the following:
Use the options in the header to customize the appearance of the documentation:
Want to share a specific endpoint with someone or bookmark it for later? You can save links to sections in public documentation, including the introduction, requests, folders, and responses.
To save a link, choose a section, folder, or request in the sidebar. Copy the URL in your browser’s address bar, or save it as a bookmark. Next time, you can use the URL to link directly to the selected section.