Get Order
curl --request GET \
--url https://api.parlayx.com/v1/orders \
--header 'x-api-key: <api-key>'{
"orderId": "3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"
}Orders
Get Order
Fetches an order by its aggregator-issued order id.
GET
/
v1
/
orders
Get Order
curl --request GET \
--url https://api.parlayx.com/v1/orders \
--header 'x-api-key: <api-key>'{
"orderId": "3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"
}Documentation Index
Fetch the complete documentation index at: https://docs.parlayx.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I