node_code values. These endpoints return both machine-readable JSON and optional Mermaid diagrams.
Inspect Page Events Flow
The brand/project ID
The page ID
Set to
mermaid to receive a Mermaid diagram instead of JSONRequest
cURL
Mermaid Format
Add?format=mermaid to receive a text diagram you can paste into any Mermaid renderer:
cURL
Response (text/plain)
Understanding the Response
flow: Recursive tree structure showing the complete flow with all connections vianextarraysnodes: Flat list of every node — use this to quickly findnode_codevalues without traversing the tree- Each node includes
node_code(unique identifier),type,step_id, anddata
Inspect Funnel Flow
Same response format as page events flow.The brand/project ID
The funnel ID
Set to
mermaid to receive a Mermaid diagram instead of JSONRequest
cURL