# View order details **GET /api/rest/order/{rayoOrderId}** Retrieves a fulfillment order in the Rayo system by its Rayo order id. Requires a valid JWT Bearer token. ## Servers - Production: https://cerebro.techrayo.com (Production) - QA Sandbox: https://qa.cerebro.techrayo.com (QA Sandbox) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **rayoOrderId** (string(uuid)) Rayo Order ID ## Responses ### 200 Order details retrieved successfully #### Body: application/json (object) - **orden** (object) ### default Unexpected error #### Body: application/json (object) - **error** (string) - **code** (string) - **path** (string) [Powered by Bump.sh](https://bump.sh)