TODO: Resource-level docs
Create a new Rate Limit for a Service
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}$.
POST
/v2/Services/{ServiceSid}/RateLimits
curl \
--request POST 'https://verify.twilio.com/v2/Services/{ServiceSid}/RateLimits' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Description=string&UniqueName=string'
Response examples (201)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"description": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}