Hanzo
OpenapiIam

Validates the request and asks otp to get a code to the person. — POST /v1/iam/verification-codes

Validates the request and asks otp to get a code to the person.

POST /v1/iam/verification-codes

Addresshttps://api.hanzo.ai/v1/iam/verification-codes
MethodPOST
Operationpost_iam_verification-codes
AuthAuthorization: Bearer $HANZO_API_KEY

Validates the request and asks otp to get a code to the person. The request fields are read via fiber's FormValue — the escape hatch zip exposes for form bodies (multipart or urlencoded) — since the typed JSON Bind does not apply here. v1 also accepts countryCode/method/checkUser/captchaType; iam ignores them (the captcha/forget/MFA flows those drive are not ported), and CAPTCHA verification is likewise not enforced — iam models no captcha provider — so the code is issued once the destination and application validate.

Request

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

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page