Hanzo
OpenapiDeploy

Start the sign-in round trip for this console

Redirects the browser to IAM's authorize endpoint, having minted a nonce and a PKCE verifier into a short-lived, single-use flow cookie.

GET /v1/deploy/login

Addresshttps://api.hanzo.ai/v1/deploy/login
MethodGET
Operationget_deploy_login
AuthAuthorization: Bearer $HANZO_API_KEY

Redirects the browser to IAM's authorize endpoint, having minted a nonce and a PKCE verifier into a short-lived, single-use flow cookie. The nonce comes back as state and is what proves the code belongs to the round trip THIS browser started; the verifier never appears in the address bar.

Necessarily public — this is how a browser gets a principal for this host in the first place — and it grants nothing by itself. An optional returnTo names where to land afterwards and is run through the open-redirect guard, so only a same-host path survives. A deployment with no sign-in configured answers 503 rather than redirecting nowhere.

Request

GET /v1/deploy/login takes no parameters and no body — the credential is the whole request.

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 deploy login

Deploy API · All Hanzo APIs · Interactive reference

How is this guide?

On this page