Pagination

The API supports pagination for listing data to ensure efficient data retrieval and reduce response size. Pagination can be controlled using the following parameters: limit and page.

Parameters

  • limit (optional):

    • Defines the number of items to return in a single request.
    • Default value: 20
    • Minimum value: 1
    • Maximum value: 50
    • Example: 20

    If not specified, the API will return a default of 20 items per request.

  • page (optional):

    • Defines the page number to return.
    • Default value: 1
    • Minimum value: 1
    • Example: 1

    If not specified, the API will return the first page of results.