# Inboxes

List and manage WhatsApp Business inboxes connected to your account.

## Inboxes

> Retrieve all WhatsApp Business inboxes connected to your Cekat account. Each inbox represents a separate WhatsApp number.

```json
{"openapi":"3.0.3","info":{"title":"Cekat Open API","version":"1.0.0"},"tags":[{"name":"Inboxes","description":"List and manage WhatsApp Business inboxes connected to your account."}],"servers":[{"url":"https://api.cekat.ai","description":"Production server"},{"url":"http://localhost:3000","description":"Local development server"}],"security":[{"CekatApiKey":[]}],"components":{"securitySchemes":{"CekatApiKey":{"type":"apiKey","in":"header","name":"api_key","description":"Your Cekat API key. Obtain this by calling `POST /register` or from your Cekat dashboard under Settings → API."}}},"paths":{"/inboxes":{"get":{"summary":"Inboxes","tags":["Inboxes"],"operationId":"Inboxes_Inboxes","description":"Retrieve all WhatsApp Business inboxes connected to your Cekat account. Each inbox represents a separate WhatsApp number.","responses":{"200":{"description":"Successful response"},"400":{"description":"Bad request — check required fields and formats."},"401":{"description":"Unauthorized — API key is missing or invalid."},"404":{"description":"Resource not found."}}}}}}
```
