# `orders.identity.reveal` Reveal the sealed buyer identity number of a marketplace order (owner session only; audited). - **method + path**: `POST /v1/orders/{ord}/identity` - **TR label**: Alıcı kimlik numarası görüntülendi - **auth**: authenticated · scope gates: any of `admin`, `orders:read`, `orders:write` — “Siparişleri yalnızca mağaza sahibi görebilir” - **agentPolicy**: `owner` — owner sessions only — never callable by any token and never an MCP tool. - **effects**: `db` - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/orders.identity.reveal.json](/schemas/routes/orders.identity.reveal.json). ## Body ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {} } ```