Fetch credential list
List of credentials for accessing a trunk
Path parameters
-
The SID of the Trunk from which to fetch the credential list.
-
The unique string that we created to identify the CredentialList resource to fetch.
GET /v1/Trunks/{TrunkSid}/CredentialLists/{Sid}
curl \
-X GET https://trunking.twilio.com/v1/Trunks/{TrunkSid}/CredentialLists/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"sid": "string",
"trunk_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"sid": "string",
"trunk_sid": "string",
"url": "https://example.com"
}