GET
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.jsonGet a SIP credential list mapping
Retrieves a single credential list mapping for a SIP domain in an account. Use AccountSid, DomainSid, and Sid to identify the account, SIP domain, and credential list mapping. The response includes the mapping's identifiers, friendly name, timestamps, and resource URI.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the account responsible for the credential list mapping, beginning with `AC`.
DomainSidstringrequired
The 34-character SID of the SIP domain containing the credential list mapping, beginning with `SD`.
Sidstringrequired
The 34-character SID of the credential list mapping to retrieve, beginning with `CL`.
200Returns the credential list mapping with its account SID, SIP domain SID, friendly name, mapping SID, creation and update timestamps, and relative resource URI.
account_sidstringoptional
The unique id of the Account that is responsible for 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.
domain_sidstringoptional
The unique string that is created to identify the SipDomain resource.
friendly_namestringoptional
A human readable descriptive text for this resource, up to 64 characters long.
sidstringoptional
A 34 character string that uniquely identifies this resource.
uristringoptional
The URI for this resource, relative to `https://api.twilio.com`
Error handling
AccountSid must be a 34-character account SID beginning with AC, DomainSid must be a 34-character SIP domain SID beginning with SD, and Sid must be a 34-character credential list mapping SID beginning with CL. Each identifier must use the hexadecimal SID format defined by its schema.