Using Run in Postman buttons
The Run in Postman button is one way to share a Postman collection (and optional environment) with your users. This button is found in the Postman API Network, at the top of published documentation in the web, and also where publishers embed the stand-alone button (like in a README or developer portal).
User interaction with your button
When a user comes across your button, they can choose to view the collection in their web browser or import the collection into their Postman app. Then, they can begin interacting with your API.
This collection imported by users is a copy of the original, so updates made to the original are not updated in these copies. Users must import the latest collection to see updates made to the original collection.
Security check: Do not leak sensitive data like access keys in your collection or environment. Read more about securely using API keys in Postman.
Next steps
Create a Run in Postman button.