How can we help? πŸ‘‹

Using Postman as a Developer Tool

What is Postman and how to use it to bootstrap your CheckHub integration

Introduction to Postman

Postman is a collaboration platform for API development. It helps in storing and using API requests, which is beneficial for our customers in API integrations and testing.

Why Use Postman

We recommend Postman for several reasons:

  • Ease of Use: User-friendly interface.
  • Community Support: Extensive learning resources available.
  • Import Collections: Easily import our request collections.
  • Environment Parameters: Manage multiple environments efficiently.

Discover Our Postman Collection

  1. API Token: Ensure you have an API token. If not, refer to our guide on creating your first API token.
  1. Download Postman: Download Postman
  1. Download Collections:
Notion image

Importing Collections

  1. Extract Files: Unzip the downloaded files.
  1. Open Postman: Launch the Postman application.
  1. Import Process:
      • Click the Import button.
      Notion image
      • In the popup, select the File or Folder tab based on your preference.
      Notion image
      • Drag and drop the extracted files into the import box.
      • Select the collections you want to import and ensure the environment collection is selected.
      Notion image
      Notion image
      • Click Import.

Your collections will now appear in the Collections tab. The environment file will be in the top-right corner of Postman.

Notion image
Notion image
Notion image

Using Environments

Environments in Postman allow you to group variables that can be used in your requests. Our CheckHub collection uses environment variables stored in the provided file.

Manual Environment Import

  1. Find the environment file in the archive (e.g., CheckHub_%%%.postman_environment.json).
  1. In Postman, click the manage environment button.
  1. Click Import and select the environment file.
Notion image
Notion image

Using Environment Variables

To use CheckHub API comfortably:

  1. Copy your API key into the environment settings.
  1. Click Update.

This key will now be used in all requests requiring authorization.

Notion image
Notion image

Conclusion

You are now ready to work with CheckHub API using Postman. Happy coding!

Did this answer your question?
😞
😐
🀩