Learn about our new features recently updated daily.
Stop a Test
Used to stop a test.
API
POST https://api.beaglesecurity.com/rest/v2/test/stop
Required scope: run_test
Request headers
Content-Type: application/json
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request body
applicationToken
string
required
A unique token for identifying the application in your account
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 stop test.
  • NOT_AUTHORIZEDUser authentication failed.
message
string
Success/failure message for the API call

Next

Once a test is completed, retrieve its findings in a structured format using the Get Test Result in JSON Format API.