cURL
curl --request GET \ --url https://api.henrylabs.ai/v0/orders/{orderId} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "success": true, "status": "<string>", "message": "<string>", "data": { "id": "<string>", "userId": "<string>", "totalAmount": "<string>", "status": "<string>", "currency": "<string>" } }
Retrieve details for a single order.
orderId
Order ID
Order status retrieved successfully
The response is of type object.
object