cURL
curl --request GET \ --url http://app.localhost:3000/api/public/v1/orders/{orderId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Retrieve detailed information about a specific order including line items, payments, and customer data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response