Skip to main content
GET
List Journeys

Authorizations

Authorization
string
header
required

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

Query Parameters

status
string | null
template_id
string<uuid> | null
customer_id
string<uuid> | null
q
string | null
limit
integer
default:100
offset
integer
default:0

Response

Successful Response

items
JourneyListItem · object[]
required
total
integer
required
aggregates
JourneysAggregates · object
required
_meta
JourneyMeta · object | null