Learn about our new features recently updated daily.
Get domain verification signature
Used to get the signature for domain verification process.
API
GET https://api.beaglesecurity.com/rest/v2/applications/signature?application_token={application_token}
Required scope: signature_verify
Request headers
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request parameter
application_token
string
required
A unique token for identifying the application in your account
Response
status
string
Used to know the domain verification status of the application
url
string
URL of the application
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
fileSignature
object
Object contains file verification details
dnsSignature
object
Object contains dns verification details
apiSignature
object
Object contains api verification details

Next

Finalize the domain verification process using the Complete Domain Verification API. This step ensures that the domain is successfully verified before conducting security tests.