---
title: "Invoke Archive Place"
method: POST
path: "/v1/op/orders.archive.place"
tags: ["kernel"]
---

# Invoke Archive Place

`POST /v1/op/orders.archive.place`

Place an archive order — a money path, so it carries Idempotency-Key
parity with the legacy /v2/orders/archive route it replaces. A repeat with
the same key replays the first response (one order, one credit reservation).

Returns 202 Accepted (the order lands in `awaiting_data`), matching the legacy
wire contract exactly so the cutover is invisible to every client.

Declared BEFORE the generic /op/{operation_id} route so FastAPI matches this
static path first; everything else still flows through the generic dispatch.

## Headers

- `x-api-key` string, nullable

## Request body

- object, nullable

## Response `202`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
