Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json

Get a SIP credential list mapping

Retrieves a specific credential list mapping within a SIP domain. Supply the account, domain, and mapping SIDs to return the mapping resource and its metadata.

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

3 parameters
AccountSidstringrequired
The account SID that created the credential list mapping. Must be a 34-character SID beginning with `AC`.
DomainSidstringrequired
The SIP domain SID containing the mapping. Must be a 34-character SID beginning with `SD`.
Sidstringrequired
The unique credential list mapping SID to retrieve. Must be a 34-character SID beginning with `CL`.

1 status code
200Returns the credential list mapping object with its account SID, mapping SID, friendly name, and creation and update timestamps.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
friendly_namestringoptional
The string that you assigned to describe the resource.
sidstringoptional
The unique string that that we created to identify the CredentialListMapping resource.

Error handling

AccountSid must be a 34-character account SID beginning with AC, DomainSid must be a 34-character SID beginning with SD, and Sid must be a 34-character mapping SID beginning with CL. Use identifiers that refer to the same account, SIP domain, and credential list mapping.