Pagination
All list endpoints in the Smartbills API return paginated results. The SDK provides a consistentSBListResponse<T> wrapper that includes both the data and pagination metadata.
Work with paginated API responses using SBListResponse in the Smartbills JavaScript SDK.
SBListResponse<T> wrapper that includes both the data and pagination metadata.