Skip to main content
Skip table of contents

Examples Collection for Postman

For an easy start with the WebTSM Services API HAKOM recommends Postman.

The latest version of Postman can be downloaded from https://www.postman.com/downloads/.

Importing the WebTSM Services API Examples Collection in Postman

  1. Download the collection: WebTSM_Services_API_Examples_Collection.json
  2. Open Postman, go to Collections and click on the Import button.
  3. Upload the WebTSM_Services_API_Examples_Collection.json file by drag&drop or using the file chooser dialog.
  4. Go to the Authorization tab and enter the credential details in the Configure New Token section.
  5. Click Get New Access Token, click Proceed and then click Use Token.
  6. Go to Variables tab and enter the base-URL and the repository:


    If you don't know your repository, you can save the configuration and run the "Get accessible repositories" request.
  7. Finally, don't forget to save your collections configuration by clicking the Save button.
  8. Now the collection is ready to execute requests.

If you're adding new requests to your collection, don't forget to set authorization to Inherit auth from parent.

Importing the WebTSM Services OpenAPI Specification in Postman

In order to get the full set of requests including all available parameters in a Postman collection, you can easily import the WebTSM Services OpenAPI specification file by following these steps:

  1. Open Postman, go to the Collections section on the left icon panel and click on Import.
  2. In the Import dialog, enter or paste {webtsm_base_url}/docs/specification.json in the Enter URL field, e.g. https://api.powertsm.com/api/docs/specification.json.
  3. Next, click on View Import Settings to perform some useful configurations.
  4. We recommend that you to set at least the following options:
    • Parameter generation
      You can let Postman fill parameters based on their Schema (parameter type) or our examples provided with the specification file. We recommend Schema which results in a cleaner and easier to use sample set.
    • Disable optional parameters
      You can also disable all optional request parameters by default (which we strongly recommend).
  5. When the import is finished, you should see a new collection named "HAKOM WebTSM Services":

To make a request, simply double click on the corresponding name, fill in in the required parameters and click on the Send button.

Before sending your first request, you also need to configure the authorization parameters of the collection as well (see above).



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.