Application Settings

Configure OAuth credentials and API integrations

GoHighLevel OAuth 2.0 Configuration

Configure your GHL OAuth app credentials. Create an OAuth app in your GHL Agency settings first. Learn how

Keep this secret! Never share it publicly.

Must match exactly in your OAuth app settings

Advanced Settings (Optional)

Stripe Configuration

Configure your Stripe API keys for payment processing and subscription management.

Get this from Stripe Dashboard → Developers → Webhooks

Application URL

Set your production application URL. This is used for generating redirect URLs.

No trailing slash. Example: https://ghl-saas.pages.dev

Setup Guide

  1. Create a GHL OAuth app in your Agency settings
  2. Set the redirect URL to match your deployment URL + /auth/oauth/callback
  3. Copy Client ID and Secret and paste them above
  4. Save settings and test the OAuth connection in the Dashboard
  5. Configure Stripe webhook endpoint to point to /webhook/stripe