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.

API_Testing_Tools

Supported Tools 📦

  • Postman - For automated API testing and debugging
    Postman_Testing_Tool
  • JMeter - Load testing and performance analysis
    JMeter_API_Testing
  • curl - Command-line tool for transferring data with URLs
    Curl_Command_Line_Tool

How to Use 📌

  1. Authenticate via GET /SecurityCenter/Auth/Token
  2. Use POST /TestingTools/Execute to trigger tests
  3. Access results at GET /TestingTools/Reports/{id}

For advanced configurations, see our API Overview.

Security_Center_API