---
title: "create a limit for an account"
method: POST
path: "/Accounts/{AccountSid}/Limits"
tags: ["Accounts"]
---

# create a limit for an account

`POST /Accounts/{AccountSid}/Limits`

<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>

## Path parameters

- `AccountSid` string, uuid, required

## Request body

- Limits
  - `category` 'voice_call_session' | 'api_limit' | 'devices'

## Response `201`

limit successfully created or updated

- SuccessfulAdd
  - `sid` string, required

## Other responses

- `404` — account not found
- `500` — system error

## Changes

- **2025-02-11** `2aa516db364d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/Accounts/:AccountSid/Limits/post.md)

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
