---
title: "Get MAC OUI profile"
method: GET
path: "/radio-profiles/mac-ouis/{id}"
tags: ["Configuration - Policy"]
---

# Get MAC OUI profile

`GET /radio-profiles/mac-ouis/{id}`

Get the MAC OUI profile belonging the radio optimization settings.

## Path parameters

- `id` integer, required

## Response `200`

OK

- XiqRpMacOuiProfile — The payload of config for the radio profile
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `name` string — The product model
  - `description` string — The product description
  - `predefined` boolean — Whether the MAC Oui is predefined.
  - `value` string — The MAC octets
  - `mac_type` string — The type or "MAC_OUI"
  - `defender_defined` boolean — Whether defender is defined
  - `extreme_iot_defined` boolean — Whether is the Extreme Iot Defined

---

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