# Add IP Limit **POST /account/iplimits** Add an IP range into the IP Limiting IP ranges. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Body: application/json (object) The lower and upper bounds of an ip range. - **start** (string) The begining (or first) IP address in the range. - **end** (string) The ending (or last) IP address in the range. ## Responses ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### default Default response [Powered by Bump.sh](https://bump.sh)