Hanzo
OpenapiIam

Completes a sign-in: it exchanges the one-time code your application was handed…

Completes a sign-in: it exchanges the one-time code your application was handed at the end of the login flow for a live session, and returns the signed-in…

POST /v1/iam/signin

Addresshttps://api.hanzo.ai/v1/iam/signin
MethodPOST
Operationpost_iam_signin
AuthAuthorization: Bearer $HANZO_API_KEY

Completes a sign-in: it exchanges the one-time code your application was handed at the end of the login flow for a live session, and returns the signed-in account.

The code works once. This is the call that turns a finished login into something your application can act on.

Request

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

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page