REST API v1
APIReference
Integrate HBM Security into your workflow. Manage sites, trigger scans, and retrieve results programmatically.
RESTful Design
Clean, predictable REST API with JSON request/response bodies and standard HTTP methods.
Authentication
Secure API key authentication via Bearer token. Keys are scoped to your tenant and can be rotated anytime.
Rate Limiting
100 requests per minute for standard plans, 500 for Agency, unlimited for Enterprise.
Webhooks
Get notified in real-time when scans complete, threats are detected, or updates are available.
Base URL
https://security.homebuildermarketers.com/api/v1Endpoints
Available API endpoints for managing your WordPress security
GET
/api/sitesPOST
/api/sitesGET
/api/scansPOST
/api/scans/triggerGET
/api/threatsPATCH
/api/threats/:id/resolveGET
/api/updatesGET
/api/reportsAuthentication
Include your API key in the Authorization header of every request
// Example request curl -X GET \ "https://security.homebuildermarketers.com/api/v1/sites" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Ready to integrate?
Get your API key from the dashboard settings and start building.