Skip to main content
POST
/
api
/
v2
/
orders
/
anti-ai
/
confirm
cURL
curl -X POST https://morimori.app/api/v2/orders/anti-ai/confirm \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "idempotencyKey": "key-confirm-001",
    "orderId": "ORDER_ID"
  }'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

API Key for external client access

Body

application/json
idempotencyKey
string
required

Idempotency key

orderId
string
required

Order ID

Response

Order confirmed successfully

data
any | null

Response data (null if no data)