Orders
Retrieve an order
Returns the ids of the caller-owned purchased vehicles under one order. Partners interact with vehicles, so the order itself carries nothing else.
get/orders/{id}
Path parameters
idstring required
Example:Tn6Kv2sBjW8pRc4yLm9D
Response
The requested order.
Example response
{
"data": {
"id": "Tn6Kv2sBjW8pRc4yLm9D"
}
}