Skip to main content
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.

Authorizations

x-api-key
string
header
required

Query Parameters

orderId
string<uuid>
required

Aggregator-issued order id.

Example:

"3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"

Response

Order found

orderId
string<uuid>
required

Aggregator-issued order id.

Example:

"3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"