Using Postman to query the API

You can integrate your application with eHour via the API. One way to interact with the eHour API is through Postman, a popular API development tool that simplifies making API requests and testing APIs. In this article, we'll walk you through how to import the eHour API into Postman.

To import eHour API into Postman, follow these steps:

  1. Open Postman and click the "Import" button next to My Workspace.
  2. In the "Import" dialog box, select "Link."
  3. Copy and paste the following URL: https://ehourapp.com/api-docs/eHour-api
  4. Click "Continue"
  5. Select "Import".
That's it! You've successfully imported eHour API into Postman. Let's give it a try by getting the list of projects.
In the APIs tab:
  1. Open the eHour API
  2. In the Authorization tab, enter your API key in the {{apiKey}} Value:
  3. Select "Save" on the right.
  4. Select the "Get list of projects with the minimum properties" endpoint by selecting API, v1, projects:
  5. The Params hold dummy data. You can either replace the query with one that matches one of your projects or disable the parameter. Hit send to get the data:
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us