Promotion: list orders
promotion_list_orders_by_user_v1Retrieve a paginated list of your promotion orders with ID, creation date, and status. Read-only, no charges applied.
Instructions
Returns a paginated list of the current user's promotion orders: id (UUID), createdAt and status of each order. READ-ONLY: spends NO money. Use it for order history/overview; the detailed status of a specific order is available via promotion_get_order_status_v1 by its orderId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pagination | No | Pagination parameters {page, perPage}. Can be omitted — the first page is returned. |