Pass secrets parameter value using REST API

Hi all

I created a fixlet with 3 input parameter (2 of them are secrets) adding CDATA section in the description section. The fixlet works fine but now I need to trigger it using Rest API. I’m finding a way to pass the input parameters in the body of the POST request.

anyone can help me please?

tnx

I solved using SecureParameter tag

There’s not really a good method to pass error details back on an invalid request, just the HTTP return code for Bad Request.

Usually this means that some element of the XML data are missing, or in the wrong order. If you post your XML here we can have a look at it.

Thank You JasonWalker