GHL API Gateway

Centralized proxy for GoHighLevel API

Today

0

This Week

0

Total

0

Errors

0

No API keys yet. Create one above.

How to Use

Instead of calling GHL directly, point your tools to this gateway:

// Before (direct GHL call) fetch("https://services.leadconnectorhq.com/contacts/abc123", { headers: { Authorization: "Bearer pit-xxx...", Version: "2021-07-28" } }) // After (through gateway) fetch("http://localhost:3463/api/proxy/contacts/abc123", { headers: { "X-Gateway-Key": "your-key-here" } })