Hi all,
Here is what I am testing:
Sending data in a POST call to Ezdata.
I've set up my data key in EzData and can successfully use the url given on the share button.
https://ezdata2.m5stack.com/api/v2/..token../data
However I cannot find the correct url to POST data?
curl -X POST https://ezdata2.m5stack.com/api/v2/store/[token]/HA_climate
-H "Content-Type: application/json"
-d '{"value": "Test from curl"}'
{"timestamp":"2025-04-24T23:05:34.037+00:00","status":404,"error":"Not Found","path":"/api/v2/store/[token]/HA_climate"}%
I have also tried "v2/entry/", "v2/input/"
It would be great if I could send data using the API into Ezdata so I can use blocky to design apps to use that data.
Any help appreciated. Cheers.