Search + K

Command Palette

Search for a command to run...

Sign In

Create a new credential list mapping resource

POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json
Copy endpoint
https://api.twilio.com

Create a new credential list mapping resource

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
{ CredentialListSid: `CL${string}`; }

Responses

201 application/json

Created

interface ApiV2010AccountSipSipDomainSipAuthSipAuthCallsSipAuthCallsCredentialListMapping {
account_sid?: `AC${string}` | null;
date_created?: string | null;
date_updated?: string | null;
friendly_name?: string | null;
sid?: `CL${string}` | null;
}