# Create a new Bucket for a Rate Limit **POST /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets** Create a new Bucket for a Rate Limit TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. - **RateLimitSid** (string) The Twilio-provided string that uniquely identifies the Rate Limit resource. ### Body: (object) - **Interval** (integer) Number of seconds that the rate limit will be enforced over. - **Max** (integer) Maximum number of requests permitted in during the interval. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **interval** (integer | null) Number of seconds that the rate limit will be enforced over. - **max** (integer | null) Max number of requests. - **rate_limit_sid** (string | null) Rate Limit Sid. - **service_sid** (string | null) The SID of the Service that the resource is associated with - **sid** (string | null) A string that uniquely identifies this Bucket. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)