Get an order by id

Retrieves an order from the URL parameter.

SecurityapiKeyAuth
Request
path Parameters
orderId
required
string <uuid>
Responses
200

successful operation

get/orders/{orderId}
Response samples
application/json
{
  • "success": true,
  • "data": {
    }
}