Get Order by ID
GET/v2/orders/:orderId
Retrieve a specific order using its unique identifier.
This endpoint requires authentication and is subjected to rate limiting.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
OK
Not Authenticated
Access Forbidden
Order not found (order ID is invalid)
Too Many Requests
Internal Server Error