Skip to content

Latest commit

Β 

History

History
28 lines (17 loc) Β· 1.26 KB

File metadata and controls

28 lines (17 loc) Β· 1.26 KB

GHL SDK Node.js Sample Applications

This directory contains sample Node.js applications demonstrating different authentication methods and integration patterns with the GoHighLevel (GHL) SDK.

Overview

The GoHighLevel SDK supports multiple authentication methods for different use cases. This collection of sample applications shows you how to implement each authentication method and integrate with the GHL API.

Sample Applications

Demonstrates authentication using Private Integration Tokens for server-to-server communication.

πŸ”— OAuth Sample

Shows how to implement OAuth 2.0 flow for user authorization and token management.

πŸ—„οΈ MongoDB Storage Sample

Example implementation using MongoDB for storing authentication tokens and session data.

Demonstrates using Redis for high-performance token storage and caching.

Shows how to handle incoming webhooks from GoHighLevel and process real-time events.

License

These sample applications are provided as examples and learning resources. Check individual files for specific license information.