Can't connect to Highlevel API

Hi All,

I’m trying to connect to HighLevel using their API with a HTTP request node. The built-in Highlevel node doesn’t support the feature I’m trying to use, so Im having to use a custom API Call.

I keep getting authorization errors, would someone here who’s successfully connected a n8n HTTP request node to High-level show me how they’ve configured it?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @lbmd2456,

Could you share whats the message(s) in the authorization errors are giving you?

You’ve probably come across this by now, but I’ll just link it here in case it helps someone in the future :slight_smile: HTTP Request | n8n Docs

I’ve managed to get it working with the V1 Highlevel API but thats now depricated and need to switch to the V2 API that uses oauth which im still trying to understand as its very different.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.