Promotion: list orders
promotion_list_orders_by_user_v1View a paginated history of your promotion orders, showing order ID, creation date, and status. This read-only endpoint helps you track promotions without spending money.
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. |