Identity — API

Representative API operations
View as Markdown

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

Operations

Operation familyVerbPurpose
/identity/partiesPOST → 202Begin verification for a party
/identity/parties/{id}GET → 200Read attestation status
/identity/walletsPOST → 202Bind 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.