> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.clossir.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.clossir.com/_mcp/server.

# Identity — API

01 / IDENTITY · API

Identity exposes a REST API — `POST → 202` for commands (processed asynchronously) and
`GET → 200` for reads. These deep-link into the generated [API Reference](/api/overview) once the
spec is wired.

## Operations

| Operation family         | Verb         | Purpose                           |
| ------------------------ | ------------ | --------------------------------- |
| `/identity/parties`      | `POST → 202` | Begin verification for a party    |
| `/identity/parties/{id}` | `GET → 200`  | Read attestation status           |
| `/identity/wallets`      | `POST → 202` | Bind a wallet to a verified party |

Representative operations are shown here; live operation and parameter detail render from the OpenAPI specification once it's wired.