Learn about our new features recently updated daily.
Beagle Web API

The Beagle Security API allows developers to work with Projects, Applications and run tests in a more customizable manner. The v2 APIs are engineered to be flexible and intuitive to help your team get the most out of the Beagle Security platform.

All Beagle Security APIs are built using REST conventions and use standard HTTP features. The Beagle Security API calls are made under https://api.beaglesecurity.com and all responses return standard JSON.

It passes the access token as the bearer token in the authorization header. The access token can be generated from your Beagle Security account. Go to Profile --> Personal access token and click on the "New personal access token" button. You can refer to this help article for the detailed steps.

While generating an access token, remember to include all the relevant Scope for the particular token. Make sure to keep the token safe as it cannot be viewed later.

Next

You have a New personal access token. Now it's time to set up your development environment so that you can start developing.