---
title: "Get AP information for all APs of a tenant"
method: GET
path: "/network-services/v1/airmatch-ap"
tags: ["AirMatch"]
---

# Get AP information for all APs of a tenant

`GET /network-services/v1/airmatch-ap`

Returns AP Information for all APs for a given tenant

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful operation

- ApInfoAll — Paginated list response for AP documents.
  - `id` string, required
  - `type` string, required
  - `count` integer, required
  - `items` ApInfo[], required
    - `id` string, required
    - `type` string, required
    - `apCurrentOpmode` string
    - `apEthMac` string
    - `apModel` string
    - `apName` string
    - `apGreenStateUpdtime` string
    - `apInGreenState` 'true' | 'false'
    - `apSerial` string
    - `apTimestamp` integer
    - `apTimezone` string
    - `apUptime` string
    - `customerMode` string
    - `ipAddr` string
    - `ipAddr6` string
    - `isApDown` 'true' | 'false'
    - `siteId` string
    - `updateTimestamp` integer
    - `updatedTs` integer

## 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/revisions/74c95058b11f/schema)
