Hello, I have an http request that I have successfully built in powerautomate and postman that requires a link with a body containing my username and password. But when I use the api call activities and put the required info in the body studio returns a 400 error.
Here is my postman that succesfully collects the api key
Status 400 typically occurs while we are trying to send input in wrong format. Based on the screenshot I could find that you are sending raw body input as text format in postman so we are getting success 200
Could you pls make sure that in UiPath http request activity also you should use the body format as text/html and input your strong in the body attribute and let us know