POST
/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.jsonCreate a SIP credential list
Creates a SIP credential list for an Account. Supply a human-readable FriendlyName to identify the list, which can then contain SIP credentials.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The unique identifier of the Account responsible for the credential list. Must be a 34-character identifier matching `^AC[0-9a-fA-F]{32}$`.
Form-encoded details for the SIP credential list.
FriendlyNamestringrequired
A human readable descriptive text that describes the CredentialList, up to 64 characters long.
201Returns the created credential list, including its Account identifier, name, resource identifier, timestamps, associated-resource URI map, and resource URI.
account_sidstringoptional
The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource.
date_createdstringoptional
The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
date_updatedstringoptional
The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
friendly_namestringoptional
A human readable descriptive text that describes the CredentialList, up to 64 characters long.
sidstringoptional
A 34 character string that uniquely identifies this resource.
subresource_urisobjectoptional
A list of credentials associated with this credential list.
uristringoptional
The URI for this resource, relative to `https://api.twilio.com`.
Error handling
AccountSid must be a 34-character identifier matching ^AC[0-9a-fA-F]{32}$. FriendlyName is required and must be a descriptive name of no more than 64 characters.