---
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

---

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