Fetch a specific Bucket.
Fetch a specific Bucket.
Path parameters
-
The SID of the Service the resource is associated with.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^VA[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Rate Limit resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^RK[0-9a-fA-F]{32}$
. -
A 34 character string that uniquely identifies this Bucket.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BL[0-9a-fA-F]{32}$
.
GET
/v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}
curl \
--request GET 'https://verify.twilio.com/v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}' \
--user "username:password"
Response examples (200)
{
"max": 5,
"sid": "BLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RateLimits/RKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Buckets/BLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"interval": 60,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"service_sid": "VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"rate_limit_sid": "RKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}