---
title: "Get Device Regulatory Config and AFC Spectrum"
method: GET
path: "/airrm/device/{serialNumber}"
tags: ["airrm-endpoint"]
---

# Get Device Regulatory Config and AFC Spectrum

`GET /airrm/device/{serialNumber}`

Get AFC spectrum and regulatory configuration for a specific device

## Path parameters

- `serialNumber` string, required

## Response `200`

OK

- XIQAirrmGetDeviceRegulatoryConfigAfcSpectrumResponse
  - `ap_mode` string
  - `country_code` integer
  - `antenna_info` 'INDOOR' | 'OUTDOOR' | 'UNDERSEAT'
  - `regulatory_configurations` XIQAirrmRegulatoryConfiguration[]
    - `radio_mode` '_11bg' | '_11a' | '_11an' | '_11ng' | '_11ac' | '_11ax_2g' | '_11ax_5g' | '_11ax_6g' | '_11be_2g' | '_11be_5g' | '_11be_6g'
    - `channel_width` integer
    - `channel_numbers` integer[]
    - `tx_powers` number[]
    - `power_mode` 'LPI' | 'SP'
  - `afc_spectrum` XIQAirrmAfcSpectrum
    - `expired_time` string
    - `afc_channel_info` XIQAirrmAfcChannelInfo[]
      - `channel_width` integer
      - `channels` integer[]
      - `max_power` number[]

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
