Create a new IP Access Control List mapping
POST
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json https://api.twilio.com
Create a new IP Access Control List mapping
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that will create the resource. | `AC${string}` |
DomainSid
required
The SID of the SIP domain that will contain the new resource. | `SD${string}` |
Request Body
application/x-www-form-urlencoded
{ IpAccessControlListSid: `AL${string}`; }
Responses
201 application/json
Created
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;
}