Fetch a specific instance of a credential list mapping
Credential lists for SIP calls
Fetch a specific instance of a credential list mapping
Path parameters
-
The SID of the Account that created the CredentialListMapping resource to fetch.
-
The SID of the SIP domain that contains the resource to fetch.
-
The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"sid": "string"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"sid": "string"
}