Testing Tools API Documentation 🛠️
Overview 📄
The Testing Tools API provides endpoints for managing and executing security testing workflows. It supports integration with third-party tools and offers detailed reporting capabilities.
Supported Tools 📦
- Postman - For automated API testing and debugging
- JMeter - Load testing and performance analysis
- curl - Command-line tool for transferring data with URLs
How to Use 📌
- Authenticate via
GET /SecurityCenter/Auth/Token
- Use
POST /TestingTools/Execute
to trigger tests - Access results at
GET /TestingTools/Reports/{id}
For advanced configurations, see our API Overview.