---
title: "POST /wireless-gateways"
method: POST
path: "/wireless-gateways"
---

# POST /wireless-gateways

`POST /wireless-gateways`

Provisions a wireless gateway.

## Request body

- object
  - `Name` string — The name of the new resource.
  - `Description` string — The description of the new resource.
  - `LoRaWAN` object, required — LoRaWANGateway object.
    - `GatewayEui` string — The gateway's EUI value.
    - `RfRegion` string — The frequency band (RFRegion) value.
    - `JoinEuiFilters` JoinEuiRange[] — A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
      - JoinEui[] — A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.
    - `NetIdFilters` NetId[] — A list of NetId values that are used by LoRa gateways to filter the uplink frames.
    - `SubBands` SubBand[] — A list of integer indicating which sub bands are supported by LoRa gateway.
    - `Beaconing` object — Beaconing object information, which consists of the data rate and frequency parameters.
      - `DataRate` integer — The data rate for gateways that are sending the beacons.
      - `Frequencies` BeaconingFrequency[] — The frequency list for the gateways to send the beacons.
    - `MaxEirp` number, float — The MaxEIRP 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.

## Response `201`

Success

- CreateWirelessGatewayResponse
  - `Arn` string — The Amazon Resource Name of the new resource.
  - `Id` string — The ID of the new wireless gateway.

## 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)
