I don’t know how what should be the end point URL 's be configured as,What do you mean by end point configuration?Also let me know how to send this payload data to gateway.
This is for uplink data. In case you setup a HTTP integration (note that the payload is by default published over MQTT, so this is an additional integration), the data will be posted to the configured HTTP endpoints.
but failed to see the response in the request bin.
Please see the pic data is in base64 as suggested.Please let me know how to solve the error in the response body.
Please note, that you will see uplink messages (from your device) in the request bin. Sending downlink messages (to your device) is no guarantee dat your device is sending anything back. Note that for Class-A devices, the above will queue the data until your device initiates a receive-window.
Hi Brocaar,
Generated JWT secret from the api /api/internal/login with the payload
{
“password”: “admin”,
“username”: “admin”
} I copy pasted the resulting JWT token into the text box on the right top corner of UI but getting the following.
but without the password iam not able to generate the secret.
Also as per documentation for the send data from app-server to node(downlink,if Iam not wrong) needs api
application/[applicationID]/node/[devEUI]/tx but I don’t find this api in the UI.Please which is the API I need to use to send the payload .