Testing with Postman

What is Postman?

Postman is a popular tool for testing and exploring APIs. You can use it to make API calls interactively without writing any code.

We provide a ready-made Postman collection with all WiseTime Connect API endpoints pre-configured.

Import the Collection

  1. Download or import directly using these links:

  2. Open Postman (web or desktop app)

  3. Click Import (top-left) and select both downloaded files

Set Up Your API Key

  1. Go to Environments in Postman (left sidebar)
  2. Select WiseTime Connect environment
  3. Set the apiKey variable to your connector API key
  4. Click Save
  5. Select the environment from the dropdown (top-right corner)

Tip: Get your API key from WiseTime Console: Team SettingsConnectors → Create or select a connector → Copy the API Key.

Test Your Setup

  1. Open the collection → Team InfoGet Team Info
  2. Click Send
  3. You should see a 200 OK response with your team name

If you get a 401 error, verify your API key is set correctly in the environment.

What’s Included

The collection contains all 21 WiseTime Connect API endpoints organized into folders:

Folder Endpoints Description
Team Info 1 Get team information
Tags 6 Create, update, delete tags and keywords
Tag Categories 2 Manage tag categories
Activity Types 4 Sync activity types
Posted Time 8 Fetch posted time, manage webhooks
Connector Management 3 Health checks and managed config

More Information