Learn about our new features recently updated daily.
Complete domain verification
Used to verify signature and complete the domain verification process.
API
POST https://api.beaglesecurity.com/rest/v2/applications/signature/verify
Required scope: signature_verify
Request headers
Content-Type: application/json
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request body
application_token
string
required
A unique token for identifying the application in your account
signatureType
string
required
Type of domain verification method
pluginType
string
required
Used to specify plugin type if your are using plugin type domain verification
Response
code
string
Status code for the API call.
Values are:
  • SUCCESSAPI call is success
  • SUCCESSSignature verification success
  • PLAN_NOT_SUPPORTEDYour plan does not support this feature.
  • INVALID_SESSIONInvalid session
  • INVALID_PLUGIN_TYPEInvalid plugi type provided
  • FAILEDFailed to complete domain verification.
  • NOT_AUTHORIZEDUser authentication failed.
message
string
Success/failure message for the API call

Next

With verified domains, you can now perform security assessments. The Testing section introduces Beagle Security's automated penetration testing APIs.