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
Requiredinteger
Responses​
Funnel report statistics.
application/json
JSON
{
"stats": {
}
}