Path parameters
-
The SID of the Account that created the Key resource to fetch.
-
The Twilio-provided string that uniquely identifies the Key resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json \
--user "username:password"
Response examples (200)
{
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"sid": "string"
}
Response examples (200)
{
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"sid": "string"
}