---
title: "POST /api/v1/admin/orders"
method: POST
path: "/api/v1/admin/orders"
tags: ["admin"]
---

# POST /api/v1/admin/orders

`POST /api/v1/admin/orders`

## Request body

- OrderListOrdersRequest
  - `client_id` string
  - `end_time` string
  - `id` string
  - `merchant_order_no` string
  - `order_name` string
  - `page` integer
  - `page_size` integer
  - `payee_username` string
  - `payer_username` string
  - `start_time` string
  - `statuses` string[]
  - `types` string[]

## Response `200`

OK

- UtilResponseAny
  - `data` unknown
  - `error_msg` string

## Changes

- **2026-06-26** `a7177f617cf3` — 1 info
  - endpoint added
- **2025-11-28** `aad9e35a109e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linux-do/apis/linux-do-credit/changes/api/v1/admin/orders/post.md)

---

[API](https://skmtc.dev/linux-do/apis/linux-do-credit.md) · [All operations](https://skmtc.dev/linux-do/apis/linux-do-credit/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linux-do/linux-do-credit/revisions/c7aa35359176/schema)
