Fetch a specific instance of an IP Access Control List mapping
GET
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json https://api.twilio.com
Fetch a specific instance of an IP Access Control List mapping
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the IpAccessControlListMapping resource to fetch. | `AC${string}` |
DomainSid
required
The SID of the SIP domain that contains the resource to fetch. | `SD${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch. | `AL${string}` |
Responses
200 application/json
OK
interface ApiV2010AccountSipSipDomainSipAuthSipAuthCallsSipAuthCallsIpAccessControlListMapping {
account_sid?: `AC${string}` | null;
date_created?: string | null;
date_updated?: string | null;
friendly_name?: string | null;
sid?: `AL${string}` | null;
}
account_sid?: `AC${string}` | null;
date_created?: string | null;
date_updated?: string | null;
friendly_name?: string | null;
sid?: `AL${string}` | null;
}