RE: GoHighLevel Calendar via HTTP Request Node not working

I am having problems connecting to GHL API trying to achieve a similar outcvome to yiours. My problem is authorization. In the authorization header what value should I be using after Bearer
Whatever i try i get
{
“errorMessage”: “Forbidden - perhaps check your credentials?”,
“errorDescription”: “The token does not have access to this location.”,
“errorDetails”: {
“rawErrorMessage”: [
“403 - "{\"statusCode\":403,\"message\":\"The token does not have access to this location.\"}"”
],
“httpCode”: “403”
},
“n8nDetails”: {
“nodeName”: “HTTP Request”,
“nodeType”: “n8n-nodes-base.httpRequest”,
“nodeVersion”: 4.2,
“itemIndex”: 0,
“time”: “23/12/2024, 17:59:39”,
“n8nVersion”: “1.66.0 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeApiError: Forbidden - perhaps check your credentials?”,
" at Object.requestWithAuthentication (/root/.nvm/versions/node/v18.20.4/lib/node_modules/n8n/node_modules/n8n-core/src/NodeExecuteFunctions.ts:2000:10)“,
" at processTicksAndRejections (node:internal/process/task_queues:95:5)”,
" at Object.requestWithAuthentication (/root/.nvm/versions/node/v18.20.4/lib/node_modules/n8n/node_modules/n8n-core/src/NodeExecuteFunctions.ts:3302:11)"
]
}
}
Appreciate any help :+1:

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:

maybe we can wait for @Jrodex to share the steps for fixing this issue :slight_smile: What steps did you take so far? Can you start from the beginning again?

Thanks!