Fetch All Orders
List of all orders and their details
Path parameters
user_uuidstringRequired
User UUID
Query parameters
pageNumberinteger · min: 1Optional
Page number
pageSizeinteger · min: 1 · max: 100Optional
Page size
Responses
200
Successful response
application/json
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
get
/user/{user_uuid}/ordersLast updated
Was this helpful?