Goals
Endpoints6
POSTCreate funnel/api/v1/create_funnelDefine an ORDERED route through the docs, as a list of goal names.POSTCreate goal/api/v1/create_goalDefine a goal — one thing you want a reader to do.POSTDelete goal/api/v1/delete_goalArchive a goal by name.POSTEdit goal/api/v1/edit_goalCORRECT a goal that already exists — its label, what one completion is worth, or what it matches — without breaking it.GETList goals/api/v1/list_goalsThe goals and funnels defined for this workspace, with what each one MATCHES.POSTMark path as funnel step/api/v1/mark_path_as_funnel_stepAdd a documentation PAGE to a funnel as its next step, creating the page goal if it does not exist yet.