Home › Forum › Software › JSON GET-request authentication questions [SOLVED] › Reply To: JSON GET-request authentication questions [SOLVED]
December 25, 2017 at 6:00 pm
#5361
Participant
curl -X GET -H “X-User-id:3796” -H “X-User-hash:SECRETHASH” http://data.uradmonitor.com/api/v1/devices/5100001F/cpm
seems to return every CPM value that I’ve ever sent to the cloud…
How can I get it to return the most recent one?