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