How to use nested API parameters?

Is there someone that knows how to implements nested parameters into the API Connector plugin?

These are the parameters I need to use:
30

I already tried something like this:


But that doesn’t seem to work.

I hope that someone knows a solution.

Thanks.

1 Like

This thread may be helpful in your situation: How to properly format an API Post Object array?

Essentially instead of using parameter key/value inputs, scroll down to the next multiline input “Body (JSON object…)” and construct the JSON body with dynamic values.

1 Like

Thanks you for your response!

I tried to put everything into “Body (JSON object…)” like this:

And I am getting the following error message:

Do you know what i’m doing wrong? Thanks.

Nevermind it is working now!

I had to add this in the header:

2 Likes