/wireless-devices/{Identifier}
The AWS IoT Wireless multi-region endpoint
https://api.iotwireless.{region}.amazonaws.com
The AWS IoT Wireless multi-region endpoint
https://api.iotwireless.{region}.amazonaws.com
GET
/wireless-devices/{Identifier}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.iotwireless.{region}.amazonaws.com/wireless-devices/?identifierType='
Response Response Example
200 - Example 1
{
"Type": "Sidewalk",
"Name": "string",
"Description": "string",
"DestinationName": "string",
"Id": "string",
"Arn": "string",
"ThingName": "string",
"ThingArn": "string",
"LoRaWAN": {
"DevEui": "string",
"DeviceProfileId": "string",
"ServiceProfileId": "string",
"OtaaV1_1": {
"AppKey": "string",
"NwkKey": "string",
"JoinEui": "string"
},
"OtaaV1_0_x": {
"AppKey": "string",
"AppEui": "string"
},
"AbpV1_1": {
"DevAddr": "string",
"SessionKeys": {
"FNwkSIntKey": "string",
"SNwkSIntKey": "string",
"NwkSEncKey": "string",
"AppSKey": "string"
}
},
"AbpV1_0_x": {
"DevAddr": "string",
"SessionKeys": {
"NwkSKey": "string",
"AppSKey": "string"
}
}
},
"Sidewalk": {
"AmazonId": "string",
"SidewalkId": "string",
"SidewalkManufacturingSn": "string",
"DeviceCertificates": []
}
}
Request
Path Params
Identifier
string
required
Query Params
identifierType
string
required
identifier
.Responses
Modified at 2022-09-10 19:46:41