---
title: "Returns Device (AP) Configuration for a specific AP Serial number"
method: GET
path: "/network-services/v1/airmatch-device-config/{serial-number}"
tags: ["AirMatch"]
---

# Returns Device (AP) Configuration for a specific AP Serial number

`GET /network-services/v1/airmatch-device-config/{serial-number}`

Returns Device Configuration for a specific AP Serial number for a given tenant

## Path parameters

- `serial-number` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful operation

- DeviceConfig — Device configuration document
  - `id` string, required
  - `type` string, required
  - `activeAtMigrationTime` boolean
  - `apSerial` string
  - `bootstrapReqTs` integer
  - `country` string
  - `deviceMac` string
  - `flexDualBand` string
  - `flexTriBand` string
  - `isActiveAtMigrationTime` boolean
  - `isMigration` boolean
  - `isStaticOpmode` boolean
  - `migration` boolean
  - `migrationSource` string
  - `mismatchedConfigRadio` string
  - `mismatchedConfigSystem` string
  - `opmodes` string[]
  - `purgeAfter` integer
  - `r0ExternalAntGain` integer
  - `r0StaticChan` integer
  - `r0StaticChanBw` string
  - `r0StaticPwr` integer
  - `r0StaticSecondaryChan` integer
  - `r1ExternalAntGain` integer
  - `r1StaticChan` integer
  - `r1StaticChanBw` string
  - `r1StaticPwr` integer
  - `r1StaticSecondaryChan` integer
  - `r2ExternalAntGain` integer
  - `r2StaticChan` integer
  - `r2StaticChanBw` string
  - `r2StaticPwr` integer
  - `r2StaticSecondaryChan` integer
  - `radios` object
    - `cfgBand6Ghz` object
      - `eirpRange` integer[]
      - `chanBw` integer[]
      - `htEnabled` boolean
      - `vhtEnabled` boolean
      - `heEnabled` boolean
      - `nonPscStatus` boolean
      - `staticChan` integer
      - `staticSecondaryChan` integer
      - `staticChanBw` string
      - `staticPwr` integer
      - `externalAntGain` integer
      - `allowedChannels` object
        - `cbw20` integer[]
        - `cbw40` integer[]
        - `cbw80` integer[]
        - `cbw160` integer[]
        - `cbw3201` integer[]
        - `cbw3202` integer[]
    - `cfgBand5Ghz` object
      - `eirpRange` integer[]
      - `chanBw` integer[]
      - `htEnabled` boolean
      - `vhtEnabled` boolean
      - `heEnabled` boolean
      - `nonPscStatus` boolean
      - `staticChan` integer
      - `staticSecondaryChan` integer
      - `staticChanBw` string
      - `staticPwr` integer
      - `externalAntGain` integer
      - `allowedChannels` object
        - `cbw20` integer[]
        - `cbw40` integer[]
        - `cbw80` integer[]
        - `cbw160` integer[]
        - `cbw3201` integer[]
        - `cbw3202` integer[]
    - `cfgBand2Ghz` object
      - `eirpRange` integer[]
      - `chanBw` integer[]
      - `htEnabled` boolean
      - `vhtEnabled` boolean
      - `heEnabled` boolean
      - `nonPscStatus` boolean
      - `staticChan` integer
      - `staticSecondaryChan` integer
      - `staticChanBw` string
      - `staticPwr` integer
      - `externalAntGain` integer
      - `allowedChannels` object
        - `cbw20` integer[]
        - `cbw40` integer[]
        - `cbw80` integer[]
        - `cbw160` integer[]
        - `cbw3201` integer[]
        - `cbw3202` integer[]
  - `shardAttr` string
  - `staticOpmode` boolean
  - `tenantId` string
  - `updateTimestamp` integer
  - `utbChanSpace` integer
  - `utbFilterBlock` string

## Other responses

- `400` — Bad Request. Validation errors in the request body or parameters, or invalid parameters for the specific device.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden request. The client does not have access rights to the content.
- `404` — Requested resource was not found.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/versions/74c95058b11f/schema)
