Hanzo
OpenapiGuide

Mark a step of your org's journey started

Moves one step of the caller org's journey to in-progress and answers the whole refreshed journey, so a console needs no second read.

POST /v1/guide/steps/{id}/start

Addresshttps://api.hanzo.ai/v1/guide/steps/{id}/start
MethodPOST
Operationpost_guide_steps_by_id_start
AuthAuthorization: Bearer $HANZO_API_KEY

Moves one step of the caller org's journey to in-progress and answers the whole refreshed journey, so a console needs no second read.

The transition is dependency-GATED, and that is why the answer set is wider than a success: a step whose prerequisites are unfinished is 409 carrying {error, step, blockedBy}, where blockedBy names the exact steps in the way — enough to render the blockage rather than merely report it. A step id the org's active journey does not contain is 404.

Requires a validated org; 403 without one, and the journey read and written is that org's alone. The mark is recorded as manual, and the journey is reconciled against the auto-detectors on every read, so a step the org has demonstrably completed elsewhere can still be moved to done underneath it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

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 guide steps start <id>

Guide API · All Hanzo APIs · Interactive reference

How is this guide?

On this page