Describe the problem/error/question
I have a simple GET/PUT workflow to take data from Go High Level and then I update the contact with the proper user with a PUT request (can’t do this in GHL natively). My issue is that I have 10 “sub accounts” that I need to do this for on a regular basis. My GHL credentials work, and I authenticated with each sub account. But when I did a test across multiple sub accounts at once, I got permission errors.
What is the error message (if any)?
{
"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": "10/22/2025, 10:21:24 PM",
"n8nVersion": "1.112.4 (Cloud)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeApiError: Forbidden - perhaps check your credentials?",
" at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helper-functions.ts:1472:10)",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)",
" at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helper-functions.ts:1758:11)"
]
}
}
Please share your workflow
Share the output returned by the last node
See error message above, that’s the output.
Information on your n8n setup
- n8n version:1.112.4
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
- Operating system: Windows 11