API Documentation
Reference for the HawkLeads REST API. API access requires a Pro or Agency plan.
Overview
The HawkLeads API is a REST API that returns JSON responses. All requests must be made over HTTPS. The base URL for all API endpoints is:
https://hawkleads.io/api/v1Content Type
All POST, PUT, and PATCH requests must include a Content-Type: application/json header. Request bodies must be valid JSON.
Versioning
The API is versioned in the URL path (/api/v1/). Breaking changes will be introduced under a new version prefix. Non-breaking additions (new fields, new endpoints) may be added without a version bump.
Available Endpoints
GET/POST /api/v1/leadsGET/PATCH /api/v1/leads/:idGET/POST /api/v1/widgetsGET/PATCH/DELETE /api/v1/widgets/:idGET/PUT /api/v1/widgets/:id/flowGET /api/v1/analyticsPOST /api/v1/submitPOST/PATCH /api/v1/account