---
title: "POST /device-profiles"
method: POST
path: "/device-profiles"
---

# POST /device-profiles

`POST /device-profiles`

Creates a new device profile.

## Request body

- object
  - `Name` string — The name of the new resource.
  - `LoRaWAN` object — LoRaWANDeviceProfile object.
    - `SupportsClassB` boolean — The SupportsClassB value.
    - `ClassBTimeout` integer — The ClassBTimeout value.
    - `PingSlotPeriod` integer — The PingSlotPeriod value.
    - `PingSlotDr` integer — The PingSlotDR value.
    - `PingSlotFreq` integer — The PingSlotFreq value.
    - `SupportsClassC` boolean — The SupportsClassC value.
    - `ClassCTimeout` integer — The ClassCTimeout value.
    - `MacVersion` string — The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    - `RegParamsRevision` string — The version of regional parameters.
    - `RxDelay1` integer — The RXDelay1 value.
    - `RxDrOffset1` integer — The RXDROffset1 value.
    - `RxDataRate2` integer — The RXDataRate2 value.
    - `RxFreq2` integer — The RXFreq2 value.
    - `FactoryPresetFreqsList` PresetFreq[] — The list of values that make up the FactoryPresetFreqs value.
    - `MaxEirp` integer — The MaxEIRP value.
    - `MaxDutyCycle` integer — The MaxDutyCycle value.
    - `RfRegion` string — The frequency band (RFRegion) value.
    - `SupportsJoin` boolean — The SupportsJoin value.
    - `Supports32BitFCnt` boolean — The Supports32BitFCnt value.
  - `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.
  - `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.
  - `Sidewalk` object — Sidewalk object for creating a device profile.

## Response `201`

Success

- CreateDeviceProfileResponse
  - `Arn` string — The Amazon Resource Name of the new resource.
  - `Id` string — The ID of the new device profile.

## Other responses

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