Skip to main content
GET
Journey Detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

journey_id
string<uuid>
required

Response

Successful Response

journey_id
string<uuid>
required
customer_id
string<uuid>
required
customer_name
string | null
required
customer_email
string
required
template_id
string<uuid>
required
template_name
string
required
account_currency
string
required
status
string
required
template_snapshot
Template Snapshot · object
required
selected_addons
any[]
required
total_paid
number | null
required
total_paid_currency
string
required
current_account_id
string<uuid> | null
required
current_phase
string | null
required
current_account_login
string | null
required
profit_to_date
number | null
required
profit_target
number | null
required
created_at
string
required
completed_at
string | null
required
accounts
PropAccountDetail · object[]
required
breach_events
PropBreachEvent · object[]
required
_meta
JourneyMeta · object | null