Pagination and Filtering
In a nutshell
List endpoints use page-based pagination.Query parameters
Paginated response
Endpoint filters
Plans support:statusintervalamount
customerplan
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use page-based pagination and available filters.
| Parameter | Description |
|---|---|
page | Page number. Defaults to 1. |
limit | Page size. Defaults to 10. |
search | Accepted by common pagination shape; availability depends on endpoint. |
{
"status": "success",
"message": "Customers retrieved successfully",
"data": {
"data": [],
"totalCount": 0,
"page": 1,
"limit": 10,
"totalPages": 0,
"hasNextPage": false,
"hasPreviousPage": false
}
}
statusintervalamountcustomerplan