# View Order detalis
**GET /api/rest/order/{rayoOrderId}**
Description:
The order details endpoint allows you to view a fulfillment order in the Rayo system. You need to provide the following information:
* Your Rayo JWT Token
* Rayo order id
| **Parameter** | **Description
** |
| --- | --- |
|
Order ID (String) - Required
|
Rayo Order ID
|
## Servers
## Authentication methods
- Bearer auth
## Parameters
### Path parameters
- **rayoOrderId** (string)
## Responses
### 200
OK
#### Headers
- **Date** (string)
- **Content-Type** (string)
- **Transfer-Encoding** (string)
- **Connection** (string)
- **x-request-id** (string)
- **Content-Encoding** (string)
- **CF-Cache-Status** (string)
- **Expect-CT** (string)
- **Content-Security-Policy** (string)
- **Referrer-Policy** (string)
- **Strict-Transport-Security** (string)
- **X-Content-Type-Options** (string)
- **X-Frame-Options** (string)
- **X-XSS-Protection** (integer)
- **Server** (string)
- **CF-RAY** (string)
#### Body: (object)
object
[Powered by Bump.sh](https://bump.sh)