Get an application using application token
Used to get details of an application using an application token in your Beagle Security
account.
API
GET
https://api.beaglesecurity.com/rest/v2/applications?application_token={application_token}
Required scope: read_project
Request headers
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request Parameter
application_token
string
required
A unique key for identifying the project
Response
code
string
Status code for the API call.
Values are:
- SUCCESSAPI call is success
- PLAN_NOT_SUPPORTEDYour plan does not support this feature.
- PROJECT_ALREADY_EXISTSProject already exists in your account.
- INVALID_SESSIONInvalid session
- FAILEDFailed to create project.
- NOT_AUTHORIZEDUser authentication failed.
message
string
Success/failure message for the API call
application
object
Application object which contains details of an application