Skip to main content

Postman

Configuring Postman to use your REST API credentials

  1. Open the Postman application
  2. Click on the "Collections" tab
  3. Click on the "+" to create a new Collection
  4. Add a request to the collection
  5. Click on the "Authorization" tab
  6. Select "Basic Auth" from the "Type" dropdown
  7. Input your API credentials (obtained previously from the steps above)
  8. Click on "Save" to save your API credentials to Postman

You are now ready to send API requests via Postman.