Hello,
We are tryinig to send a downlink via the TTN API V3.
We followed this Downlink message format (v3) - #3 by leo73745
curl --location \
--header 'Authorization: NNSXS.MNKSXXXX' \
--header 'Content-Type: application/json' \
--header 'User-Agent: my-integration/my-integration-version' \
--request POST \
--data '{
"downlinks": [{
"frm_payload": "000000030000025800000000032002EE032002EE0000000000000000000000000000000001",
"f_port": 1,
"priority":"NORMAL"
}]
}' \
'https://eu1.cloud.thethings.network/api/v3/as/applications/my-devices/devices/eui70b3d54f/down/push'
But we have the following error:
{"code":16, "message":"error:pkg/rpcmetadata:unauthenticated (the context is not authenticated)",
Thanks for your help.
Best,