I have a question about the Webhook URL that hologram provides via REST API.
Does the module that I use needs to be configured from the Routes to the Webhook URL?, because if I enter the Webhook URL, what I receive is only:
{“success”:false,“error”:“API method does not exist”}
The webhook that I mean is the one which is provided by Hologram. The webhook url can be seen in Webhooks, Webhook url.
I am trying to get the data from dashboard.hologram.io via the webhook which is provided by Hologram itself. So the module that I am using sends a temperature and location data to the cloud, and now I want to get the data.
Is it possible to get the data using the webhook from Hologram or am I missing something?
Got it. So the webhook you’re looking at is for going the other direction. It allows you to send data to the SIM.
To get data via API you can use the /csr/rdm endpoint: Hologram · Apiary
Happy to help. Make sure to read through the docs. It explains how you authenticate and make requests against our REST API. Here’s the specific section: Hologram · Apiary