---
title: "Retrieve a list of IpAccessControlLists that belong to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json"
tags: ["Api20100401IpAccessControlList"]
---

# Retrieve a list of IpAccessControlLists that belong to the account used to make the request

`GET /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json`

Retrieve a list of IpAccessControlLists that belong to the account used to make the request

## Path parameters

- `AccountSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `ip_access_control_lists` ApiV2010AccountSipSipIpAccessControlList[]
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `account_sid` string, nullable — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource.
    - `friendly_name` string, nullable — A human readable descriptive text, up to 255 characters long.
    - `date_created` string, date-time-rfc-2822, nullable — The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
    - `subresource_uris` object, nullable — A list of the IpAddress resources associated with this IP access control list resource.
    - `uri` string, nullable — The URI for this resource, relative to `https://api.twilio.com`

---

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