Path parameters
-
The SID of the Account that created the Key resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Key resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^SK[0-9a-fA-F]{32}$
.
GET
/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json' \
--user "username:password"
Response examples (200)
{
"sid": "SKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "Mon, 13 Jun 2016 22:50:08 +0000",
"date_updated": "Mon, 13 Jun 2016 22:50:08 +0000",
"friendly_name": "foo"
}