---
title: "GET /v1/SourceIpMappings"
method: GET
path: "/v1/SourceIpMappings"
tags: ["VoiceV1SourceIpMapping"]
---

# GET /v1/SourceIpMappings

`GET /v1/SourceIpMappings`

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `source_ip_mappings` VoiceV1SourceIpMapping[]
    - `sid` string, nullable — The unique string that we created to identify the IP Record resource.
    - `ip_record_sid` string, nullable — The Twilio-provided string that uniquely identifies the IP Record resource to map from.
    - `sip_domain_sid` string, nullable — The SID of the SIP Domain that the IP Record is mapped to.
    - `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.
    - `url` string, uri, nullable — The absolute URL of the resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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