---
title: "List IP addresses allowed to access the API"
method: GET
path: "/ipaddresses"
tags: ["IP addresses"]
---

# List IP addresses allowed to access the API

`GET /ipaddresses`

Returns a list of IP addresses ordered numerically.

## Query parameters

- `limit` integer — The maximum number of results to return.
- `offset` integer — The number of items to skip before returning results.

## Response `200`

OK

- object
  - `limit` integer — The maximum number of results to return.
  - `offset` integer — The number of items to skip before returning results.
  - `count` integer, required — The total amount of records matching the querying when "limit" is ignored.
  - `rows` object[], required
    - `id` string, uuid, required — The ID of the IP address.
    - `ipaddressableId` string, uuid
    - `ip` string, required — The IP address.
    - `description` string, required — A description of the IP address.
    - `ipaddressableType` string
    - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.
    - `updatedAt` string, date-time, required — The date the Resource was last modified. ISO 8601 format without milliseconds.

---

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