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

# POST /wireless_device_import_task

`POST /wireless_device_import_task`

Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.

## Request body

- object
  - `DestinationName` string, required — The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import task that are 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.
  - `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 bulk provisioning.
    - `DeviceCreationFile` string — The CSV file contained in an S3 bucket that's used for adding devices to an import task.
    - `Role` string — The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.

## Response `201`

Success

- StartWirelessDeviceImportTaskResponse
  - `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/revisions/022d242d4bce/schema)
