Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://api.finscreener.in/api/orders?page=1&limit=20" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "orders": [ { "_id": "order_123", "orderName": "IT Companies Data", "paymentOption": "credits", "total_amount": 500, "status": "completed", "payment_status": "paid", "created_at": "2026-01-15T10:00:00Z" } ], "total": 12, "page": 1, "limit": 20, "pages": 1 }
Get all user orders with pagination
Bearer <access_token>