Hi, I’m trying to register credentials for SerpAPI but is not working
This is the error message I get from n8n:
Couldn’t connect with these settings
Unauthorized
I try with this curl command from a terminal window in my computer and it works well: (of course replacing YOUR_SERPER_API_KEY with a valid API KEY)
curl -X POST
-H “Content-Type: application/json”
-H “X-API-KEY: YOUR_SERPER_API_KEY”
-d ‘{“q”: “n8n workflows”}’
https://google.serper.dev/search
Any ideas on how to solve this issue?
thanks!!