Skip to content
View as Markdown

GET Get Funnel Report​

GET
/funnels/{id}/report

Retrieve statistical reporting data for a specific automation funnel. Returns aggregated stats generated by the Reporting service.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The funnel ID.

Type
integer
Required

Responses​

Funnel report statistics.

application/json
JSON
{
"stats": {
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI