Home Forum Support Unable to pull data from API Reply To: Unable to pull data from API

#5398
Bjorn Roesbeke
Participant

You’ll need to send these custom headers.
There’s no possibility to send them in the querystring.

curl --header "X-User-id:YOURUSERID" --header "X-User-hash:YOURHASHHERE" http://data.uradmonitor.com/api/v1/devices/8200000f/all/
Example:
curl --header "X-User-id:156" --header "X-User-hash:fffdaa0badb23b8baf90b6168dd16b3a" http://data.uradmonitor.com/api/v1/devices/8200000f/all/
(this is not my real hash)