User Orders
GET/orders/user/:userid
List orders for a specific user. Orders can be filtered with optional query parameters. This endpoint will paginate if the number of orders to be returned exceeds the limit
parameter (default is 10). If there are more pages of orders to return, a preconfigured URL with the correct parameters will appear in the links
object under next_page_url
.
Request
Responses
- 200
OK