Skip to main content

Pagination

The Capital Check In API uses cursor-based pagination for endpoints that return lists of resources.

Pagination Parameters

When making requests to endpoints that support pagination, you can use the following query parameters:

Example Request

Response Format

Paginated responses include pagination metadata:

Pagination Metadata

Best Practices

  • Use appropriate limit values based on your needs
  • Always check hasMore before making additional requests
  • Store the nextCursor for subsequent requests
  • Handle cases where nextCursor is null (end of results)