---
title: "POST /wireless_single_device_import_task"
method: POST
path: "/wireless_single_device_import_task"
---

# POST /wireless_single_device_import_task

`POST /wireless_single_device_import_task`

Start import task for a single wireless device.

## Request body

- object
  - `DestinationName` string, required — The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless.
  - `ClientRequestToken` string — Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
  - `DeviceName` string — The name of the wireless device for which an import task is being started.
  - `Tags` Tag[] — The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
    - `Key` string, required — The tag's key value.
    - `Value` string, required — The tag's value.
  - `Sidewalk` object, required — Information about an import task created for an individual Sidewalk device.
    - `SidewalkManufacturingSn` string — The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.

## Response `201`

Success

- StartSingleWirelessDeviceImportTaskResponse
  - `Id` string — The import task ID.
  - `Arn` string — The ARN (Amazon Resource Name) of the import task.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InternalServerException
- `484` — ConflictException
- `485` — 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/versions/022d242d4bce/schema)
