Pagination & filtering | Better Sales Pro API Docs

How list endpoints accept limits, filters, and search.

Authenticated partner methods are typically POST /admin/api/… with a staff token. See Authentication and API Reference.

Default limits

The API controller defines a default limit property (commonly 25) for list-style operations. Exact paging fields vary by method.

Filtering

Many list methods accept posted filters specific to the resource (status, search text, client IDs). Inspect request fields used by the official mobile clients for the most accurate contract.

Search endpoints exist for properties and some CRM objects. Prefer documented resource pages when available.

Was this page helpful?