I need to run curl code in my app

I need to run following code in kodular app using web component how i can convert it into url ?

curl ‘https://www.wixapis.com/stores/v2/orders/query
–data-binary ‘{
“query”: {
“filter”: “{“paymentStatus”: “PAID”}”,
“paging”: {
“limit”: 1
},
“sort”: “[{“number”: “desc”}]”
}
}’
-H ‘Content-Type: application/json’
-H 'Authorization: AUTH KEY

See if the site doesn’t have direct API support, if not, I imagine this guide can help you pull the information.

Curl-to-Blocks - Convert Curl Request to Blocks - Guides / Resources - Kodular Community

1 Like

You don’t need Curl for this you can modify my Patreon API Code for your use. You can copy the URL from the Curl Command.

Or you use the website that @Victor_Ken has posted, the results will be the same.

1 Like