-
mastermskAsked on March 18, 2025 at 3:42 PM
Hi JotForm Support Team,
We are trying to integrate JotForm API with n8n but are facing authentication issues. Here are the details:
- We have generated an API Key with full permissions in JotForm.
- The JotForm Trigger in n8n works fine, meaning the API Key is valid.
- However, when using an HTTP Request node in n8n, API calls return errors:
- GET https://api.jotform.com/user → 401 Unauthorized
- GET https://api.jotform.com/forms → 404 Not Found
- The API Key is included in the request headers as Authorization: Bearer <API_KEY>.
Can you confirm if:
- These API endpoints require Enterprise accounts?
- There are any special authentication settings needed in n8n?
Thank you for your support!
-
Sonnyfer JotForm SupportReplied on March 18, 2025 at 9:32 PM
Hi Mastermsk,
Thanks for reaching out to JotForm Support. Our API endpoints doesn't require Enterprise Accounts and there's no special authentication settings needed in n8n unless you're storing your data in EU or your account is HIPAA Compliant. The issue may be due to the format of the endpoint you're using. Can you try the following endpoints instead?
https://api.jotform.com/user?apiKey={apiKey}
https://api.jotform.com/user/forms?apiKey={apiKey}
You can also check out this n8n documentation about Jotform API.
Keep us updated and let us know if you need any more help.