---
title: Viewing ABS reports in Postman
description: You can view API Behavioral Security (ABS) reports in Postman.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_abs_reports_postman
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_abs_reports_postman.html
revdate: April 3, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Viewing ABS reports in Postman

You can view API Behavioral Security (ABS) reports in Postman.

## About this task

To view the reports:

## Steps

1. Download the `ABS_5.0_Environment` and `ABS_5.0_Reports` JSON files from **API Reports Using Postman** folder on the Ping Identity [Download](https://www.pingidentity.com/en/resources/downloads.html) site.

   |   |                                                    |
   | - | -------------------------------------------------- |
   |   | These configuration files will be used by Postman. |

2. [Download](https://www.getpostman.com) and install the Postman application 6.2.5 or later.

3. In Postman, click **Import** and select the two Ping Identity files that you downloaded in step 1.

   ![Screen capture of Postman showing the Import button.](_images/agc1564009088189.png)

4. After importing the files, click the **Gear** icon in the upper right corner.

5. In the **Manage Environments** window, click **ABS\_5.0\_Environment**.

6. Configure the following values and then click **Update**.

   | Option                                             | Value                                                                                                                                                                                                                                                      |
   | -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **Server**                                         | IP address of the ABS node for which the `dashboard_node` was set to `true` in the `abs.properties` file.                                                                                                                                                  |
   | **Port**                                           | Port number of the ABS node.                                                                                                                                                                                                                               |
   | **Access\_Key\_Header**and **Secret\_Key\_Header** | Use the admin user or restricted user header. A restricted user sees obfuscated value of OAuth token, cookie, and API keys.For more information of different types of users, see [ABS users for API reports](pingintelligence_abs_users_api_reports.html). |
   | **Access\_Key** and **Secret\_Key**                | The access key and secret key configured in the `opt/pingidentity/mongo/abs_init.js` file for either admin or restricted user.&#xA;&#xA;Make sure that the access key and secret key corresponds to the admin or restricted user header configured.        |
   | **API\_Name**                                      | The name of the API for which you want to generate the reports.                                                                                                                                                                                            |
   | **Later\_Date**                                    | A date that is more recent.For example, if the query range is between March 12 and March 14, then the later date would be March 14.                                                                                                                        |
   | **Earlier\_Date**                                  | A date that is earlier.For example, if the query range is between March 12 and March 14, then the earlier date would be March 12.&#xA;&#xA;Do not edit any fields that start with the word System.                                                         |

7. In the main Postman window, select the report to display on the left column and then click **Send**.

   For detailed information on each API call and the JSON report response, see the [ABS external REST APIs](pingintelligence_abs_external_rest_api.html) section.
