Hi, I am trying to hit the API to schedule the downlink. I am getting the status of 400 on console but I am able to get the following response.
Attached below is the API format which i am hitting and the response which i am getting.
endpoint = “https://eu1.cloud.thethings.network/api/v3/as/applications/parralex/devices/eui-0080e11500072060/down/push”
Can I get to know if it is the issue with the payload I am sending or the issue with the API url or issue with the header format which i am sending.
payload:
payload = {
“port”: 1,
“confirmed”: True,
“payload_raw”: “AQ==”
}
response and header:
Please grab text and use forum posting </> option to format to make easier reading vs posting pictures - also takes less archive space!
Please consider that confirmed downlinks aren’t a good thing - is there any particular reason you need this?