Improved

v1.0.11

List Customers Endpoint Pagination Enhancement

Fixed an issue where /v1/customers used different pagination parameters (page_num/page_size) than other endpoints. Pagination is now aligned across all APIs.

Recommended: /v1/customers?page=1&size=10

The legacy format /v1/customers?page_num=0&page_size=10 is still accepted but deprecated and will be removed in a future release. Please migrate to page/size at your earliest convenience.