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/v1

Endpoints

Available API endpoints for managing your WordPress security

GET/api/sites
POST/api/sites
GET/api/scans
POST/api/scans/trigger
GET/api/threats
PATCH/api/threats/:id/resolve
GET/api/updates
GET/api/reports

Authentication

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.