---
title: "Create an IP address"
method: POST
path: "/ipaddresses"
tags: ["IP addresses"]
---

# Create an IP address

`POST /ipaddresses`

Creates an IP address.

## Request body

- object
  - `ip` string, required — The IP address.
  - `description` string, required — A description of the IP address.
  - `personId` string, uuid, nullable — ID of the person to work with. If not set, defaults to caller’s ID

## Response `201`

Created

- object
  - `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)
