Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json

Retrieve a SIP credential list

Retrieves a single SIP credential list belonging to an Account. Provide the Account identifier and credential list Sid to return the list metadata and its associated credential URI map.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
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}$`.
Sidstringrequired
The unique identifier of the credential list to retrieve. Must be a 34-character identifier matching `^CL[0-9a-fA-F]{32}$`.

1 status code
200Returns the credential list, including its Account identifier, creation and update timestamps, friendly name, resource identifier, 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}$, and Sid must be a 34-character credential list identifier matching ^CL[0-9a-fA-F]{32}$. Each identifier must identify the resource specified by its position in the path.