Skip to main content
GET
/
api
/
public
/
v1
/
orders
/
{orderId}
Get order by ID
curl --request GET \
  --url http://app.localhost:3000/api/public/v1/orders/{orderId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

Response

Successful response