This hapikey doesn't exist

Hello there,

I want to integrate Hubspot Free CRM with n8n and in the node called “Get Contact Details” I receive this error:
This hapikey doesn’t exist.

Also it shows:
Authorization failed - please check your credentials

The point is I’m sure I have created a private app on Hubspot correctly and I gave it the scope: crm.objects.contacts.read

I added the private app’s Access Token to the API Key on Hubspot on n8n.

Please advise how to fix the issue.

Thanks

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:
1 Like

Hi @iwiss Welcome to the community!
They recently deprecated that HapiKEY i mean API key auth, and the error you are facing almost always means that your node is still trying to use the OLD key Auth instead of new token which is the new private app, just use the Hubstop App Token as credential.

1 Like

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