Hanzo
OpenapiGuide

Mark a step of your org's journey finished

Moves one step of the caller org's journey to done and answers the whole refreshed journey, which is what unblocks everything downstream of it.

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

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

Moves one step of the caller org's journey to done and answers the whole refreshed journey, which is what unblocks everything downstream of it.

Dependency-GATED like start: finishing a step whose prerequisites are themselves unfinished is 409 carrying {error, step, blockedBy} naming what is in the way, not a silent success. A step id the org's active journey does not contain is 404. Skipping is the ungated alternative — a founder declaring a step does not apply — and it lives at /skip.

Requires a validated org; 403 without one. The mark is recorded as manual, and /reset returns the step to todo.

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 done <id>

Guide API · All Hanzo APIs · Interactive reference

How is this guide?

On this page