Fetch All Orders

List of all orders and their details

Fetch all client specific orders

get
Path parameters
user_uuidstringRequired

User UUID

Query parameters
pageNumberinteger · min: 1Optional

Page number

pageSizeinteger · min: 1 · max: 100Optional

Page size

Responses
chevron-right
200

Successful response

application/json
messagestringOptional

Success message

statusstringOptional

Status of the request

request_idstringOptional

Request ID

get
/user/{user_uuid}/orders

Last updated