How to do this cURL request?

Hey, there

I would like to implement this cURL request in my app:

I have tried to do this…


BLOCK_2

… But I got “Error 1103: unable to post or put the text”.

I don’t know if this is a Kodular bug or if my blocks are wrong…
I suppose it’s the second motivation.

This is my AIA:
DEMO.aia (3.4 KB)

Can someone help me? Thanks:upside_down_face:

I made some changes to Url and Request Headersin your AIA.

Add your PUBLIC API KEY and PRIVATE API KEY


Download - DEMO.aia (3.6 KB)

1 Like

Thanks for your reply, but I still get error 1103:frowning_face:

you need to send your data in json format.

Oh… And how can I do? Which block I must use?:sweat_smile:

You can use dictionary blocks to make JSON same as example. You can search for dictionary guide.

1 Like

Did You check your internet connection ?

And

And

And

:point_up:As mentioned in the last post: “It would be possible using web Component”

2 Likes