Hi there,
I’m trying to access my n8n instance one n8n.cloud, but keep getting the following error:
400 Bad Request
nginx
My code is:
curl --location --request GET 'https://[myinstance].app.n8n.cloud/api/v1/workflows' \
--header 'X-N8N-API-KEY: n8n_api_123etc
Any ideas to what I might be doing wrong, and how to fix this?
Thanks in advance.