Hi, I tried to replicate a request made on Postman in n8n and I got the error message
“message”:
“400 - “{"status":false,"result":"Missing login credentials"}””,
That is odd the api is saying it is missing but it looks like it is there to me. Have you tried making the same request to something like webhook.site from postman and n8n to see if there is any difference in what is sent?
Hi @Jon , thanks for your reply, but I actually don’t know how webhook.site works
I add that I tried to import the postman CURL using the “Import cURL command” function and I think there is a bug, because it only imports the URL and not the form-data
I have just given a quick test against webhook.site from Postman and n8n using the same values and it looks ok to me. If you replace the expression with fixed values does it work? Can you also share the full workflow so I can see if there is anything odd?