Sign Up
Loading...

HTTP request error: "target must be an object"

Asked by Jai on March 3, 2025

I'm getting {"error":"target must be an object"} from an HTTP Request command. What causes this?


Answered by Twidget

That error usually occurs when the parameters field is not provided as an object. Ensure the Parameters input of the HTTP Request command is an object type (not a string or other type).

Related Questions