Get Journey Funnel
GET /v2/partner/templates/{template_id}/journey-funnel
Required scopes
partner:insights:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getJourneyFunnel |
| Tags | Campaigns |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| template_id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| template_id * | id | UUID v4. |
| total_journeys * | integer | |
| stages * | object[] | |
| computed_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
GET https://api.digitalonboarding.com/v2/partner/templates/{template_id}/journey-funnel
Authorization: Bearer <partner-token>