Hanzo
OpenapiIam

Completes a wallet sign-in: it verifies the signed challenge and, if it holds,…

Completes a wallet sign-in: it verifies the signed challenge and, if it holds, signs the wallet's owner in.

POST /v1/iam/web3/verify

Addresshttps://api.hanzo.ai/v1/iam/web3/verify
MethodPOST
Operationpost_iam_web3_verify
AuthAuthorization: Bearer $HANZO_API_KEY

Completes a wallet sign-in: it verifies the signed challenge and, if it holds, signs the wallet's owner in.

This IS the login — it answers exactly as a password sign-in does, so the rest of your flow does not branch on how somebody arrived.

Request

The document declares no body for POST /v1/iam/web3/verify. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_iam_web3_verify, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam web3 verify

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page