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/order_123" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "_id": "order_123", "orderName": "IT Companies Data", "paymentOption": "credits", "total_amount": 500, "status": "completed", "payment_status": "paid", "created_at": "2026-01-15T10:00:00Z", "items": [ { "type": "company", "name": "TCS Limited", "number": "U72200MH2004PTC148441", "price": 1 } ] }
Get order details
Bearer <access_token>