Install GoHighLevel
Get the GoHighLevel OAuth authorization URL to connect your GHL CRM.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Query Parameters
pathwayIdstringrequiredThe call flow pathway ID to connect GoHighLevel to.
Response Fields
urlstringThe 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=..."
}