You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ivo Yankulovski edited this page May 2, 2023
·
1 revision
Postman Guide
Create collection and input collection variables of the localhost server development cycle i.e. mycollection_host=http://localhost:8888 to access it using {{mycollection_host}} in requests or json body values. Add any additional notes and vars specific for your project and endpoints without global environment variables as credentials, tokens and secrets.
Create and configure folders for requests based on authentication method and endpoint groups. If you use Bearer Token, select it per folder and input global environment variable {{mc_token}}. All requests in the folder will send authentication header preconfigured, otherwise non-authenticated requests.
Use json raw body requests for POST, multipart data to POST a file, or url variables in the request field.