Trillet AI logo

Install GoHighLevel

Get the GoHighLevel OAuth authorization URL to connect your GHL CRM.

GEThttps://api.trillet.ai/v1/api/crm/install

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Query Parameters

pathwayIdstringrequired

The call flow pathway ID to connect GoHighLevel to.

Response Fields

urlstring

The GoHighLevel OAuth authorization URL. Redirect the user to this URL to authorize the connection.

{
  "url": "https://marketplace.gohighlevel.com/oauth/chooselocation?response_type=code&client_id=...&redirect_uri=...&state=..."
}