Particle Argon + HTTPS rest api call

Hi,
I am using Particle Argon device and i want to update some data using REST API. i am able to upload data using HTTP rest api but i want to use HTTPS (on port 443) rest api.

How can i upload data using HTTPS (on port 443) rest api ?

Thanks

Hi Vivek, and welcome to the community!

I think you want to use webhoks:
https://docs.particle.io/tutorials/device-cloud/webhooks/

image

Good luck,
Gustavo.

Hi gusgonnet, Thanks for your suggestion.

but withour webhoks is there any possibilities ?.
i my project i do not want to use webhoks. so please suggest me any other way than webhoks or any other third party web platform.

Thanks

there are few https client libraries in particle build like this one:

Could that help?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.