List Products
Retrieve a list of all products with optional filtering
GET
List Products
List Products
Returns a paginated list of products, ordered by creation date (most recent first). Supports filtering by status, eligibility, and more.Authentication
Query Parameters
Request
Response
Response Fields
Examples
List All Products
Filter by Status
Filter by HSA/FSA Eligibility
Pagination
Use cursor-based pagination for large datasets. Pass thenext_cursor value from the previous response as the starting_after parameter:
Errors
Example error:
Related Endpoints
- Create Product - POST /api/v2/products
- Get Product - GET /api/v2/products/
- Update Product - PUT /api/v2/products/
- Check Eligibility - POST /api/v2/products/check-eligibility
Related Resources
List Products
