Learn about our new features recently updated daily.
Start a Test
Used to start a test.
API
POST https://api.beaglesecurity.com/rest/v2/test/start
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
  • INVALID_SESSIONInvalid session
  • FAILEDFailed to start test.
  • NOT_AUTHORIZEDUser authentication failed.
statusUrl
string
URL for getting test status
resultUrl
string
URL for getting test result
resultToken
string
A unique key for identify result session
message
string
Success/failure message for the API call

Next

Monitor the progress of an ongoing test using the Status of a Test API, which provides real-time updates on the test status.