Settings: get debitors
settings_get_debtorsFetches debtors from the accounting system. Supports pagination with limit and offset parameters to control results.
Instructions
🟢 READ-ONLY — Fetches data. Makes no changes to the accounting records. get debitors Get all debitors
Endpoint: POST /settings/get/debtors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | limit of the results, default is 25 results | |
| offset | No | offset of the results, default is 0 | |
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server — only set this to target a different customer. |