cURL
curl --request POST \ --url https://api.pocketsflow.com/orders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "startDate": "2023-12-25", "endDate": "2023-12-25", "productId": "<string>", "page": 1, "pageSize": 20 } '
Retrieve a list of all your orders with pagination and filters
Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)
Filter orders from this date
Filter orders until this date
Filter orders by product ID
Page number for pagination
Number of orders per page
List of orders with pagination info
Was this page helpful?