Get user's specific order
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /user/order
Operation
Operation ID: getUserOrder
Get details of a specific order for the authenticated user
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | yes | integer |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Order retrieved successfully | application/json |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/Order"
}
17 March 2026