---
title: "GET /wireless-devices/{Identifier}#identifierType"
method: GET
path: "/wireless-devices/{Identifier}#identifierType"
---

# GET /wireless-devices/{Identifier}#identifierType

`GET /wireless-devices/{Identifier}#identifierType`

Gets information about a wireless device.

## Path parameters

- `Identifier` string, required

## Query parameters

- `identifierType` 'WirelessDeviceId' | 'DevEui' | 'ThingName' | 'SidewalkManufacturingSn', required

## Response `200`

Success

- GetWirelessDeviceResponse
  - `Type` 'Sidewalk' | 'LoRaWAN' — The wireless device type.
  - `Name` string — The name of the resource.
  - `Description` string — The description of the resource.
  - `DestinationName` string — The name of the destination to which the device is assigned.
  - `Id` string — The ID of the wireless device.
  - `Arn` string — The Amazon Resource Name of the resource.
  - `ThingName` string — The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
  - `ThingArn` string — The ARN of the thing associated with the wireless device.
  - `LoRaWAN` object — Information about the wireless device.
    - `DevEui` string — The DevEUI value.
    - `DeviceProfileId` string — The ID of the device profile for the new wireless device.
    - `ServiceProfileId` string — The ID of the service profile.
    - `OtaaV1_1` object — OTAA device object for v1.1 for create APIs
      - `AppKey` string — The AppKey value.
      - `NwkKey` string — The NwkKey value.
      - `JoinEui` string — The JoinEUI value.
    - `OtaaV1_0_x` object — OTAA device object for create APIs for v1.0.x
      - `AppKey` string — The AppKey value.
      - `AppEui` string — The AppEUI value.
      - `GenAppKey` string — The GenAppKey value.
    - `AbpV1_1` object — ABP device object for create APIs for v1.1
      - `DevAddr` string — The DevAddr value.
      - `SessionKeys` object — Session keys for ABP v1.1
        - `FNwkSIntKey` string — The FNwkSIntKey value.
        - `SNwkSIntKey` string — The SNwkSIntKey value.
        - `NwkSEncKey` string — The NwkSEncKey value.
        - `AppSKey` string — The AppSKey value.
      - `FCntStart` integer — The FCnt init value.
    - `AbpV1_0_x` object — LoRaWAN object for create APIs
      - `DevAddr` string — The DevAddr value.
      - `SessionKeys` object — Session keys for ABP v1.0.x
        - `NwkSKey` string — The NwkSKey value.
        - `AppSKey` string — The AppSKey value.
      - `FCntStart` integer — The FCnt init value.
    - `FPorts` FPorts — List of FPort assigned for different LoRaWAN application packages to use
      - `Fuota` integer — The Fport value.
      - `Multicast` integer — The Fport value.
      - `ClockSync` integer — The Fport value.
      - `Positioning` object — FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
        - `ClockSync` integer — The Fport value.
        - `Stream` integer — The Fport value.
        - `Gnss` integer — The Fport value.
      - `Applications` ApplicationConfig[] — Optional LoRaWAN application information, which can be used for geolocation.
        - `FPort` integer — The Fport value.
        - `Type` 'SemtechGeolocation' — Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
        - `DestinationName` string — The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
  - `Sidewalk` object — Sidewalk device object.
    - `AmazonId` string — The Sidewalk Amazon ID.
    - `SidewalkId` string — The sidewalk device identification.
    - `SidewalkManufacturingSn` string — The Sidewalk manufacturing series number.
    - `DeviceCertificates` CertificateList[] — The sidewalk device certificates for Ed25519 and P256r1.
      - `SigningAlg` 'Ed25519' | 'P256r1', required — The certificate chain algorithm provided by sidewalk.
      - `Value` string, required — The value of the chosen sidewalk certificate.
    - `PrivateKeys` CertificateList[] — The Sidewalk device private keys that will be used for onboarding the device.
      - `SigningAlg` 'Ed25519' | 'P256r1', required — The certificate chain algorithm provided by sidewalk.
      - `Value` string, required — The value of the chosen sidewalk certificate.
    - `DeviceProfileId` string — The ID of the Sidewalk device profile.
    - `CertificateId` string — The ID of the Sidewalk device profile.
    - `Status` 'PROVISIONED' | 'REGISTERED' | 'ACTIVATED' | 'UNKNOWN' — The Sidewalk device status, such as provisioned or registered.
  - `Positioning` 'Enabled' | 'Disabled' — FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/revisions/022d242d4bce/schema)
