To run the required security scanner against your external API endpoints, follow these steps:
1. Use a Dynamic Application Security Test (DAST) scanner like ZAP, Burp Suite, HCL AppScan, or WebInspect.
2. Set up your API client or browser to route traffic through the scanner tool's proxy to capture and analyze requests and responses.
3. Exercise the relevant API endpoints or web services while the scanner tool is running as a proxy to help it discover the full attack surface.
4. Select the recorded endpoints in the tool and run an active scan to simulate real attacks and identify vulnerabilities.
5. Use the tool's interface to manually intercept, modify, or fuzz requests for deeper testing if needed.
6. Export a full report after the scan, including the scan date, targeted endpoints, and all findings.
Make sure you have obtained permission from the third-party owner of the external endpoints before performing the security testing.