v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012366102.8 KB
Journeys

Search Journeys

Search Journeys - Journeys are the templates that can be used to create user journeys.

get/api/v2/journeys

Query parameters

titlestring

Comma separated list of title

transition_typestring

Comma separated list of transition types

publishedboolean
{
  "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.

idstring uuid required
transition_type'pre_offer' | 'offer' | 'post_offer' | 'onboarding' | 'offboarding' required
publishing_state'unpublished' | 'published' | 'draft' required
titlestring required
created_atstring iso8601 required

Example response

[
  {
    "id": "69ae0e64b02bfe73a44ca479",
    "transition_type": "pre_offer",
    "publishing_state": "published",
    "created_at": "2026-02-01T01:02:03Z"
  }
]