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

journey_typestring

Comma separated list of journey types

publishedboolean
{
  "title": "Offer, Next Offer",
  "journey_type": "pre_offer, offer, post_offer, onboarding, offboarding",
  "published": true
}
offsetinteger
limitinteger
order_bystring
directionstring

Response

The request has succeeded.

idstring required
titlestring required
journey_typestring required
publishing_statestring required
created_atstring required

Example response

[
  {
    "id": "12345",
    "title": "Offer",
    "journey_type": "offer",
    "publishing_state": "unpublished, published, draft",
    "created_at": "2025/01/01"
  }
]

Changes