API Connection Error

Can someone advise why i keep getting this error. I have checked my credentials and the key was created successfully, there are no spaces and I continue to get the error.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

hey @lward_bid welcome to n8n community!

I just tried adding key and it was done without any error:

try giving it all access by making it unrestricted:

Thank you I was able to get the connection to be successful but received this error -Request failed with status code 401. I can see what I’m doing wrong

  • Incorrect API key or credentials: The API key might be wrong, expired, or missing from the request.

  • Spaces or formatting issues: Even an extra space in the key or in the headers may cause a failure.

  • Wrong setup in n8n: Sometimes, the node setup (how headers or authentication are configured) may not match the API requirements.

  • Access restrictions by API server: The API server may restrict which endpoints or actions the key can perform.

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