This HTTP API allows you to run QBox tests and get results from them programmatically. All endpoints return responses in JSON format and, when applicable, accept a request body in JSON format.

To authenticate to the initial JWT token retrieval endpoint use the API username and API password found in the QBox user interface.

It returns an identifier which you can use to poll the test progress endpoint (below) to retrieve details of the test progress and test results. Note that some setup may need to be done in the QBox front end for you to run certain types of test.

Related Articles