Hanzo
OpenapiIam

Signs a person in with the credential they typed, and — when the request is…

Signs a person in with the credential they typed, and — when the request is part of an OAuth flow — hands back the one-time code that finishes it.

POST /v1/iam/login

Addresshttps://api.hanzo.ai/v1/iam/login
MethodPOST
Operationpost_iam_login
AuthAuthorization: Bearer $HANZO_API_KEY

Signs a person in with the credential they typed, and — when the request is part of an OAuth flow — hands back the one-time code that finishes it. A second factor, if the account has one, is asked for and required here.

The password is compared against a stored one-way hash and is never logged, echoed or stored as typed.

Request

The document declares no body for POST /v1/iam/login. 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_login, 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 login

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page