and I am trying to replicate this request in an HTTP node in n8n (cloud) but keep getting an error that states “Bad request - please check your parameters”. This is how I have the node configured. What am i doing wrong?
The URL you are using in n8n has a / at the end and the API fails if you have that, Other than that what you have seems to work with my test account once I updated the Project to my own.
I would also recommend using a generic credential rather than having it in the node like that.
Hey Jon,
Removing the / does not make a difference. Can you elaborate on what you mean by using a generic credential? Are you saying not use the header in the request and instead enter the information in a different field in the node?