---
title: "Add several devices to an application"
method: POST
path: "/api/applications/{id}/bulk-device-import"
tags: ["Application"]
---

# Add several devices to an application

`POST /api/applications/{id}/bulk-device-import`

Add many devices to an application

## Request body

- object
  - `deviceProfileId` string, required — The ID of the device profile for the devices being imported
  - `devices` object[], required
    - `name` string — Name of the device
    - `description` string — Description of the device
    - `devEUI` string, required — Device's unique devEUI

## Response `200`

List of items that report information and status on the creation of each device

- unknown

## Other responses

- `400` — Bad request
- `403` — Authenticated user not allowed to perform this operation

## Changes

> 2 revisions in range; 1 could not be searched.

- **2019-08-12** `83b3cb04ea46` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cablelabs/apis/lpwan-server/changes/api/applications/:id/bulk-device-import/post.md)

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
