Using Tufin's REST API with Postman

Overview

Postman is an HTTP client that can be used for testing web services

Downloads and Configurations

  1. Do not select the Chrome extension as Google is reaching end of support for their apps.
  2. Download the Postman collections for Tufin REST APIs.

Optional Configurations, Per API Call

Modify the API body to include custom data

GET and DELETE APIs don't require a body, but POST, PUT, and PATCH APIs do. Tufin collections provides a predefined body for these APIs, which you can edit according to your company needs.

  1. Select the API whose body you wish to edit.
  2. Navigate to the Body tab (see above image).
  3. Edit the body to include your custom data.

  4. To modify the content type, see Modify API Format.

  5. Click Save .

Modify API Format

From the Header tab, you can configure the input and output formats of the API:

Content-type: The input format

Accept: The desired format of the returned information.

Set Parameters

  1. Click Params.

  2. Enter the parameter (key, value) pairs.

    Ensure you enter the parameters in the correct location.

  3. Click Save.

Call an API

  1. From the sidebar, click on the API you wish to call.
  2. Click Send.

    The call results appear.