---
title: "POST /v1/IpRecords"
method: POST
path: "/v1/IpRecords"
---

# POST /v1/IpRecords

`POST /v1/IpRecords`

## Response `201`

Created

- VoiceV1IpRecord
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IP Record resource.
  - `cidr_prefix_length` integer, nullable — An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32.
  - `date_created` string, date-time, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `ip_address` string, nullable — An IP address in dotted decimal notation, IPv4 only.
  - `sid` string, nullable — The unique string that we created to identify the IP Record resource.
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.net/twilio/apis/twilio-voice-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-voice-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-voice-v1/versions/31da13a161ac/schema)
