List Orders
Retrieves a list of orders.HTTP Request
GET https://api.cdr.fyi/v1/orders
Query Parameters
Custom Headers
x-page: The page number (default is 1)x-limit: Number of items per page (max 100, default is 10)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve, create, and update order records.
GET https://api.cdr.fyi/v1/orders
| Parameter | Type | Description |
|---|---|---|
| entityFilterType | String | Filter by entity (Supplier, Marketplace, Purchaser) |
| entityFilterId | String | Filter by entity ID |
x-page: The page number (default is 1)x-limit: Number of items per page (max 100, default is 10)curl -H "Authorization: Bearer YOUR_ACCESS_TOKEN" "https://api.cdr.fyi/orders?entityFilterType=Supplier&entityFilterId=123"