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?
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.