Body Undefined for Web API Request

I have created a API resource and pass a very simple Body.

But I am getting a 400 error and it says the body is 'undefined' ?

Screen Shot 2025-03-05 at 6.10.54 am

Screen Shot 2025-03-05 at 6.10.59 am

Hey @bjako! Thanks for reaching out.

It's a little hard to know for sure, but I don't think the body of your request is the issue here. The fact that you're getting a 400 error makes me think that there is something else wrong with the configuration of the resource. Are you able to share any additional details about how this particular resource is configured?

Thanks for the steer here Darren. I was looking in the wrong place with the 'body undefined' assuming that was the problem. I had misconfigured the Resource as you mentioned.

1 Like