List account orders
GET/customers/:customer_id/accounts/:account_id/orders
List orders for a customer account. Returns orders with pagination support and the last sync timestamp from the external system.
Request
Responses
- 200
- 401
- 404
- 500
Successfully retrieved account orders with pagination and sync info
Unauthorized - invalid or missing API key
Customer or account not found
Internal server error