Get test result in JSON format
Used to get the result of a completed test in JSON format.
API
GET
https://api.beaglesecurity.com/rest/v2/test/result?application_token={applicationToken}&result_token={result_token}
Required scope: run_test
Request headers
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request parameter
application_token
string
required
A unique token for identifying the application in your account
result_token
string
required
A unique key for identify result session
Response
code
string
Status code for the API call.
Values are:
- SUCCESSAPI call is success
- PLAN_NOT_SUPPORTEDYour plan does not support this feature.
- INVALID_SESSIONInvalid session
- FAILEDFailed to get test result.
- NOT_AUTHORIZEDUser authentication failed.
message
string
Success/failure message for the API call
result
string
Test result in JSON format