I am trying to get connected to unleashed via API ( Authentication · Unleashed Software) but don’t know what Authentication to setup and how to go about setting that up. Thank you!
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:
@alex-candles , I can only point you in the direction you likely need to take. Based on the document you provided, to authenticate, you would need to utilize the following two n8n nodes:
HTTP Request node would have to have a few headers added, while Crypto node would be used to create a signature utilizing your private key. Obviously, you need to use your values in place of the dummy values I put in “Initialization” node.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.