---
title: "Get the MAC information for specific tenant"
method: GET
path: "/service/{tenant_name}/mac"
tags: ["service - mac"]
---

# Get the MAC information for specific tenant

`GET /service/{tenant_name}/mac`

## Path parameters

- `tenant_name` unknown, required

## Response `200`

Successful Response

- ItemsListNbMacTenantEntry
  - `items` NbMacTenantEntry[], required
    - `mac` string, required
    - `virtual_interface_name` string, nullable
    - `is_static` boolean, required
    - `is_aged` boolean, required
    - `age_minutes` integer, required
    - `alias_name` string, nullable
    - `is_dia` boolean, required
    - `tenant_name` string, nullable
    - `port_name` string, nullable
  - `count` integer
  - `total_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zayo/apis/niro-api.md) · [All operations](https://skmtc.net/zayo/apis/niro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zayo/niro-api/revisions/c52ac26e1766/schema)
