Learn about our new features recently updated daily.
Stop a Test
Stop a test session for an application that already registered and verified in the Beagle environment. Get your access token and application token from the Beagle web console
API
POST https://api.beaglesecurity.com/v1/test/stop
Request headers
Content-Type: application/json
Request body
access_token
A unique token for accessing the API
application_token
A unique token for identifying the application in your account
Response
status
Status code for the API call
message
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.