GET Get Funnel Triggers​
GET
/funnels/triggers
Retrieve all available funnel trigger definitions. Returns a map of trigger names to their configuration objects including labels, categories, and descriptions.
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)
Responses​
Map of available funnel triggers.
application/json
JSON
{
"triggers": {
"additionalProperties": {
"label": "string",
"category": "string",
"description": "string"
}
}
}