# View Scan Results in Postman

## Pynt Scan Report

Pynt scan report provides detailed insights into the security of your APIs. This guide will help you access and analyze scan results, enabling you to identify vulnerabilities, assess risk levels, and take action to secure your APIs. Understanding scan results is essential for maintaining strong API security.

***

## Accessing Scan Results

{% hint style="success" %}
📊 **Quick View**: Pynt will automatically open the scan report in your browser once the scan completes. If you prefer, you can always view the report within Postman by following the instructions below.
{% endhint %}

1. **OWASP-10 Results**: The security results categorized by OWASP-10 will appear on the main console screen.
2. **View Summary**: Click on 'View Summary' to access a high-level overview of the results.
3. **Full Report**: To view the full report:
   * Uncollapse the 'Pynt' collection.
   * Go to the last request, 'Show Report'.
   * Click on 'Send' and select the 'Visualize' tab in the lower section to view the full report.

***

<figure><img src="/files/teF89m8ysYIuh9CZwi35" alt=""><figcaption><p>Image 1 - View the API security test results</p></figcaption></figure>

<figure><img src="/files/MK0MQNhUnkBnxl3qhsCZ" alt=""><figcaption><p>Image 2 - View results summary</p></figcaption></figure>

<figure><img src="/files/VXhKQLXdxyS5Va6o3gmL" alt=""><figcaption><p>Image 3 - View visualize report</p></figcaption></figure>

***

{% hint style="info" %}
💡 **Pynt for Postman Troubleshooting**: For problems with Pynt’s Postman integration, check the [**Pynt for Postman Troubleshooting Guide**](https://docs.pynt.io/documentation/api-security-testing/pynt-scans-troubleshooting/pynt-for-postman-troubleshooting) for step-by-step troubleshooting assistance.
{% endhint %}

{% hint style="info" %}
💡 **Still Need Help?** For any questions or troubleshooting, reach out to the [**Pynt Community Support**](https://www.pynt.io/community).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pynt.io/documentation/security-testing-integrations/pynt-with-api-testing-tools/pynt-for-postman/view-scan-results-in-postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
