Postman
Configuring Postman to use your REST API credentials
- Open the Postman application
- Click on the "Collections" tab
- Click on the "+" to create a new Collection
- Add a request to the collection
- Click on the "Authorization" tab
- Select "Basic Auth" from the "Type" dropdown
- Input your API credentials (obtained previously from the steps above)
- Click on "Save" to save your API credentials to Postman
You are now ready to send API requests via Postman.