> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alforse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cobrança

> Trabalhar recebíveis vencidos ou próximos e enviar lembretes.

Endpoints de cobrança tratam recebíveis vencidos ou próximos e enviam lembretes por canais configurados.

| Endpoint                              | Corpo/parâmetros                   | Permissão         |
| ------------------------------------- | ---------------------------------- | ----------------- |
| `GET /collections`                    | `tab, page, pageSize, subjectId`   | `collection view` |
| `GET /collections/preview`            | `contractId, paymentId, channelId` | `collection view` |
| `POST /collections/remind`            | `contractId, paymentId, channelId` | `collection edit` |
| `POST /collections/remind-bulk`       | `channelId, tab, subjectId`        | `collection edit` |
| `POST /collections/run-due-reminders` | —                                  | `collection edit` |
