---
title: "Get limits"
method: GET
path: "/limits"
tags: ["Channel"]
---

# Get limits

`GET /limits`

Sandbox as well as Trials have some limitations. This endpoint allows you to get information about the remaining and used limits on your channel

## Response `200`

OK

- Limits
  - `messages` integer, required — Maximum number of messages that can be sent
  - `chats` ChatID[], required — List of chat IDs that can be used
  - `checks` integer, required — Maximum number of check phone numbers
  - `requests` integer, required — Maximum number of channel requests

## Other responses

- `204` — No limits
- `500` — Internal Error

---

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