# Create a new Rate Limit for a Service **POST /v2/Services/{ServiceSid}/RateLimits** Create a new Rate Limit for a Service 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. ### Body: (object) - **Description** (string) Description of this Rate Limit - **UniqueName** (string) Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.** ## 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 - **description** (string | null) Description of this Rate Limit - **links** (object(uri-map) | null) The URLs of related resources - **service_sid** (string | null) The SID of the Service that the resource is associated with - **sid** (string | null) A string that uniquely identifies this Rate Limit. - **unique_name** (string | null) A unique, developer assigned name of this Rate Limit. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)