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/crm/orders" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "orders": [ { "_id": "order_123", "orderName": "IT Companies Data", "paymentOption": "credits", "created_at": "2026-01-15T10:00:00Z", "total_amount": 500, "status": "completed", "payment_status": "paid", "items_count": 100 } ], "total": 5, "page": 1, "limit": 10, "pages": 1 }
List orders for CRM export
Bearer <access_token>