SIP CredentialList Resource
SIP CredentialList resources contain the credentials of the users who are allowed to reach your SIP Domain. We only allow traffic from users who have their credentials in the credential list.
For information about the individual Credential resources in the list, such as to create, list, read, update, or delete individual credentials, see the Credential Resource.
After you create a CredentialList resource, you will need to map it to your SIP domain for it to take effect. You can map a CredentialList to more than one SIP domain.
Your Account can have up to 100 CredentialList resources.
Each CredentialList resource can contain up to 1,000 unique users.
SipCredentialList properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The unique id of the Account that owns this resource. |
date_created
|
The date that this resource was created, given as GMT in RFC 2822 format. |
date_updated
|
The date that this resource was last updated, given as GMT in RFC 2822 format. |
friendly_name
|
A human readable descriptive text that describes the CredentialList, up to 64 characters long. |
sid
|
A 34 character string that uniquely identifies this resource. |
subresource_uris
|
A list of credentials associated with this credential list. |
uri
|
The URI for this resource, relative to |
Create a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
friendly_name
Required
|
A human readable descriptive text that describes the CredentialList, up to 64 characters long. |
Example 1
Fetch a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
sid
Path
|
The credential list Sid that uniquely identifies this resource |
Example 1
Read multiple SIP CredentialList resources
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
Example 1
Update a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
sid
Path
|
The credential list Sid that uniquely identifies this resource |
friendly_name
Required
|
A human readable descriptive text for a CredentialList, up to 64 characters long. |
Example 1
Delete a SIP CredentialList resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique id of the Account that is responsible for this resource. |
sid
Path
|
The credential list Sid that uniquely identifies this resource |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.