provider Api20100401SipIpAddress GET /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Read one IpAddress resource.
Read one IpAddress resource.
AccountSid path required
The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
string
IpAccessControlListSid path required
The IpAccessControlList Sid that identifies the IpAddress resources to fetch.
string
Sid path required
A 34 character string that uniquely identifies the IpAddress resource to fetch.
string

Try it

Authentication
Configure credentials for Twilio - Api
fetchsipipaddress
GET/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Read one IpAddress resource.

Parameters

required

The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.

required

The IpAccessControlList Sid that identifies the IpAddress resources to fetch.

required

A 34 character string that uniquely identifies the IpAddress resource to fetch.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.fetchsipipaddress()