Retrieve order
GET/v1/orders/:id
Retrieves the order for the given id.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Your request has been successfully processed.
Authentication token is required for this action that was not provided, expired or invalid.
Not authorized for the requested action.
The requested endpoint or entity does not exist.
Action could not be completed because of conflict.
Internal server error.