Fetch a single credential
Username and password information for SIP Domains
Fetch a single credential.
Path parameters
-
The unique id of the Account that is responsible for this resource.
-
The unique id that identifies the credential list that contains the desired credential.
-
The unique id that identifies the resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"credential_list_sid": "string",
"date_created": "string",
"date_updated": "string",
"sid": "string",
"uri": "https://example.com",
"username": "string"
}
Response examples (200)
{
"account_sid": "string",
"credential_list_sid": "string",
"date_created": "string",
"date_updated": "string",
"sid": "string",
"uri": "https://example.com",
"username": "string"
}