Orders
Retrieve order information
To try these services, an Authorization token must be provided as a BearerToken header. The Authorization token can be obtained in the /auth service.
GET
/
orders
/
{orderId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Order's identifier.
Response
200 - application/json