For endpoints that return a list of items, such as "List claims", pagination is supported using the query parameters max and offset.max: Specifies the maximum number of records to return per request. offset: Specifies the starting index of records to return. If max is set above 250, it will automatically be limited to 250.Example Request#
To list claims with a custom pagination of 100 items per page, starting from the 20th record, your cURL command would be:🔐 Important: If you do not provide these parameters, the endpoint will use the default values (max = 50 and offset = 0).
Modified at 2025-04-27 11:02:04