Journeys
Search Journeys
Search Journeys - Journeys are the templates that can be used to create user journeys.
get/api/v2/journeys
Query parameters
{
"title": "Offer, Next Offer",
"transition_type": "pre_offer, offer, post_offer, onboarding, offboarding",
"published": true
}offsetinteger
limitinteger
order_bystring
directionstring
Response
The request has succeeded.
Example response
[
{
"id": "69ae0e64b02bfe73a44ca479",
"transition_type": "pre_offer",
"publishing_state": "published",
"created_at": "2026-02-01T01:02:03Z"
}
]